Ticket #49613: root.mathmore.diff

File root.mathmore.diff, 818 bytes (added by cjones051073 (Chris Jones), 8 years ago)
  • Portfile

     
    116116                    -Dlibcxx=ON \
    117117                    -Dxrootd=OFF \
    118118                    -Dbuiltin_ftgl=ON \
    119                     -Dmathmore=ON \
     119                    -Dmathmore=OFF \
    120120                    -Dgenvector=ON \
    121121                    -Dmemstat=ON \
    122122                    -Dunuran=ON \
     
    306306    #configure.args-replace  -Dgsl_shared=OFF -Dgsl_shared=ON
    307307    #configure.args-append   -DGSL_CONFIG_EXECUTABLE="${prefix}/bin/gsl-config"
    308308    #depends_lib-append      port:gsl
     309    # Enable the MathMore library
     310    configure.args-replace  -Dmathmore=OFF -Dmathmore=ON
    309311}
    310312
    311313variant fitsio description {Build with fitsio support} {