Ticket #55300: Portfile-cantera2.3.diff
File Portfile-cantera2.3.diff, 2.3 KB (added by thomasfiala (Thomas Fiala), 7 years ago) |
---|
-
Portfile
old new 4 4 PortGroup github 1.0 5 5 PortGroup python 1.0 6 6 7 github.setup Cantera cantera 2. 2.0 v7 github.setup Cantera cantera 2.3.0 v 8 8 conflicts cantera-devel 9 revision 210 9 11 10 subport cantera-devel { 12 github.setup Cantera cantera 2. 2.0b1 v11 github.setup Cantera cantera 2.3.0b1 v 13 12 conflicts cantera 14 13 } 15 14 … … 26 25 27 26 homepage https://cantera.github.io/docs/sphinx/html/index.html 28 27 29 checksums rmd160 67cd0391329ce5acfcbb52725aa74c2b13ccb0a1\30 sha256 d5f2d3e193e18ed8cb568f6a43ef1d1a41f910f01a349b71a1f5c36e2d91879728 checksums rmd160 010a4eafb7004aa8927d94002dd8f3abd4da252a \ 29 sha256 9d383f2d3d88a45a24ba5af12c047c0329f442980ccdb39925082c951f5c33b3 31 30 32 31 subport cantera-devel { 33 32 checksums rmd160 dd1c69ed614942e7900bce4303ddee7b6216c5b6 \ … … 37 36 python.default_version 27 38 37 39 38 depends_lib-append port:py${python.version}-numpy \ 40 port:py${python.version}-cython 39 port:py${python.version}-cython \ 40 port:libfmt \ 41 port:gtest \ 42 port:eigen3 41 43 42 44 depends_build-append port:scons 43 45 … … 50 52 CXX=${configure.cxx} \ 51 53 f90_interface=n \ 52 54 python_prefix=${python.prefix} \ 53 stage_dir=${destroot} 55 stage_dir=${destroot} \ 56 system_fmt=y \ 57 system_googletest=y \ 58 system_eigen=y \ 59 extra_inc_dirs=${prefix}/include/eigen3:${prefix}/include/ 54 60 55 61 destroot {} 56 62 … … 82 88 " 83 89 84 90 variant sundials description {Build with sundials support (default)} { 85 depends_lib-append port:sundials 91 depends_lib-append port:sundials2 86 92 87 build.args-append use_sundials=y \93 build.args-append system_sundials=y \ 88 94 sundials_include=${prefix}/include \ 89 95 sundials_libdir=${prefix}/lib 90 96 }