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
Unknown Object (File)
Thu, May 2, 12:41 PM
Unknown Object (File)
Sun, Apr 28, 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
Unknown Object (File)
Sep 28 2023, 6:30 PM
Unknown Object (File)
Sep 19 2023, 6:15 AM
Subscribers

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 13740
Build 13960: 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
20

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

21
CMAKE_ON=Trillinos_ENABLE_ALL ...
CMAKE_OFF= Trillinos_ENABLE_Fortran ...

is a bit more readable :)

37

seems rather dirty.

Ok, thanks, will update these items.