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
F137440712: D13582.id36896.diff
Sun, Nov 23, 12:03 PM
Unknown Object (File)
Sat, Nov 22, 8:53 PM
Unknown Object (File)
Sat, Nov 22, 6:11 PM
Unknown Object (File)
Fri, Nov 21, 10:32 PM
Unknown Object (File)
Sun, Nov 9, 10:31 AM
Unknown Object (File)
Thu, Nov 6, 1:20 AM
Unknown Object (File)
Tue, Oct 28, 2:01 PM
Unknown Object (File)
Oct 21 2025, 1:01 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.