Ticket #50790: root6.diff
File root6.diff, 1.7 KB (added by cjones051073 (Chris Jones), 9 years ago) |
---|
-
Portfile
12 12 13 13 # don't forget to update both the git tag and the version 14 14 #github.setup root-mirror root <sha> 15 github.setup root-mirror root 6-06-0 0v16 version 6.06.0 015 github.setup root-mirror root 6-06-02 v 16 version 6.06.02 17 17 18 18 # this could be a better way to set the version (unless we use a sha sum for the git tag ;) 19 19 # version [string map {- .} $version] 20 20 set version_major [lindex [split ${version} .] 0] 21 21 22 checksums rmd160 84ce0e3b637e2cc81cc4d6c598118e50d5f18125\23 sha256 90416cd4d836b8ca48c2e31cc7774a5e35ee21f0748596487e39fa0af2cf232422 checksums rmd160 5684cffb848e4ef731b2312c1f9c9c7e724fe0f1 \ 23 sha256 2751c25fab56a86acda8de330f3c34dbc963948901127ebc71507dc482a26327 24 24 25 25 name root${version_major} 26 26 categories science … … 301 301 302 302 variant gsl description {Build with gsl support} { 303 303 # Builtin GSL library 304 configure.args-replace -Dbuiltin_gsl=OFF -Dbuiltin_gsl=ON304 #configure.args-replace -Dbuiltin_gsl=OFF -Dbuiltin_gsl=ON 305 305 # External GSL library 306 #configure.args-replace -Dgsl_shared=OFF -Dgsl_shared=ON307 #configure.args-append -DGSL_CONFIG_EXECUTABLE="${prefix}/bin/gsl-config"308 #depends_lib-append port:gsl306 configure.args-replace -Dgsl_shared=OFF -Dgsl_shared=ON 307 configure.args-append -DGSL_CONFIG_EXECUTABLE="${prefix}/bin/gsl-config" 308 depends_lib-append port:gsl 309 309 # Enable the MathMore library 310 310 configure.args-replace -Dmathmore=OFF -Dmathmore=ON 311 311 }