Ticket #50790: root6.diff

File root6.diff, 1.7 KB (added by cjones051073 (Chris Jones), 8 years ago)
  • Portfile

     
    1212
    1313# don't forget to update both the git tag and the version
    1414#github.setup       root-mirror root <sha>
    15 github.setup        root-mirror root 6-06-00 v
    16 version             6.06.00
     15github.setup        root-mirror root 6-06-02 v
     16version             6.06.02
    1717
    1818# this could be a better way to set the version (unless we use a sha sum for the git tag ;)
    1919# version           [string map {- .} $version]
    2020set version_major   [lindex [split ${version} .] 0]
    2121
    22 checksums           rmd160  84ce0e3b637e2cc81cc4d6c598118e50d5f18125 \
    23                     sha256  90416cd4d836b8ca48c2e31cc7774a5e35ee21f0748596487e39fa0af2cf2324
     22checksums           rmd160  5684cffb848e4ef731b2312c1f9c9c7e724fe0f1 \
     23                    sha256  2751c25fab56a86acda8de330f3c34dbc963948901127ebc71507dc482a26327
    2424
    2525name                root${version_major}
    2626categories          science
     
    301301
    302302variant gsl description {Build with gsl support} {
    303303    # Builtin GSL library
    304     configure.args-replace  -Dbuiltin_gsl=OFF -Dbuiltin_gsl=ON
     304    #configure.args-replace  -Dbuiltin_gsl=OFF -Dbuiltin_gsl=ON
    305305    # External GSL library
    306     #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
     306    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
    309309    # Enable the MathMore library
    310310    configure.args-replace  -Dmathmore=OFF -Dmathmore=ON
    311311}