Page MenuHomeFreeBSD

science/Trilinos: Framework for solution for engineering and scientific problems {DRAFT}
Needs ReviewPublic

Authored by yuri on Dec 22 2017, 12:22 AM.
Tags
None
Referenced Files
F85238728: D13582.diff
Mon, Jun 3, 1:30 PM
Unknown Object (File)
Fri, May 17, 5:13 AM
Unknown Object (File)
May 2 2024, 12:41 PM
Unknown Object (File)
Apr 28 2024, 4:32 PM
Unknown Object (File)
Jan 16 2024, 8:05 PM
Unknown Object (File)
Dec 22 2023, 12:13 PM
Unknown Object (File)
Dec 7 2023, 10:14 PM
Unknown Object (File)
Oct 31 2023, 3:28 AM
Subscribers

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 13736
Build 13956: arc lint + arc unit

Event Timeline

There are 250 example files and 30 docs files installed in lib/cmake. Are those really necessary for everybody? Can they be put behind DOCS and EXAMPLES? And is it really necessary to install 800 files (and then many directories) directly into include/? Can it be configured to install into a subdir at least?

There are 250 example files and 30 docs files installed in lib/cmake. Are those really necessary for everybody? Can they be put behind DOCS and EXAMPLES? And is it really necessary to install 800 files (and then many directories) directly into include/? Can it be configured to install into a subdir at least?

Ah, didn't notice them in the midst of cmake directories... Fixed now.

Created EXAMPLES/DOCS options.

What about the approximately 1,000 include files? Can they go into include/${PORTNAME}?

I moved the headers into include/Trilinos.
Also trying to resolve other upstream bugs in order to enable more/all sub-packages that Trilinos has.

In D13582#284206, @yuri wrote:

I moved the headers into include/Trilinos.
Also trying to resolve other upstream bugs in order to enable more/all sub-packages that Trilinos has.

The headers still seem to be under inlcude/ directly.

In D13582#284206, @yuri wrote:

I moved the headers into include/Trilinos.
Also trying to resolve other upstream bugs in order to enable more/all sub-packages that Trilinos has.

The headers still seem to be under inlcude/ directly.

I didn't update yet.

yuri retitled this revision from science/Trilinos: Framework for solution for engineering and scientific problems to science/Trilinos: Framework for solution for engineering and scientific problems {DRAFT}.Jan 9 2018, 5:47 AM
science/Trilinos/Makefile
21

Call the port 'trillinos', rename the directory to 'trillinos'

22
CMAKE_ON=Trillinos_ENABLE_ALL ...
CMAKE_OFF= Trillinos_ENABLE_Fortran ...

is a bit more readable :)

38

seems rather dirty.

Ok, thanks, will update these items.