Changeset 80163
- Timestamp:
- 07/05/11 10:32:24 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/science/root/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/science/root/Portfile
r79353 r80163 5 5 6 6 name root 7 version 5. 28.00d7 version 5.30.00 8 8 categories science 9 9 maintainers gmail.com:mattiafrancescomoro hep.phy.cam.ac.uk:jonesc … … 18 18 master_sites ftp://root.cern.ch/root/ 19 19 20 checksums sha1 b932d9b2ebfe66a28333b5b9ef90ab0e877173d8\21 rmd160 f3a25f9c6ae5cd4d4ad511d6707adf0845bbfac520 checksums sha1 9549bd357e85bb3855abd78c7183c26dbd247fbb \ 21 rmd160 027558ac9b0d294fd26437ff31cb4e149f4dd7e7 22 22 23 23 worksrcdir root … … 246 246 } 247 247 248 variant gfortran description {Adds support for fortran compilation} { 249 configure.args-append --with-f77=gfortran-mp-4.4 248 variant gcc44 conflicts gcc45 description {Enables compilation using MacPorts gcc 4.4 compiler} { 249 configure.args-append --with-cc=gcc-mp-4.4 250 configure.args-append --with-cxx=cpp-mp-4.4 251 configure.args-append --with-f77=gfortran-mp-4.4 252 configure.args-append --with-ld=g++-mp-4.4 253 configure.compiler macports-gcc-4.4 250 254 depends_lib-append port:gcc44 251 255 } 256 257 variant gcc45 conflicts gcc44 description {Enables compilation using MacPorts gcc 4.5 compiler} { 258 configure.args-append --with-cc=gcc-mp-4.5 259 configure.args-append --with-cxx=cpp-mp-4.5 260 configure.args-append --with-f77=gfortran-mp-4.5 261 configure.args-append --with-ld=g++-mp-4.5 262 configure.compiler macports-gcc-4.5 263 depends_lib-append port:gcc45 264 } 265 266 #variant gcc46 conflicts gcc44 gcc45 description {Enables compilation using MacPorts gcc 4.6 compiler} { 267 # configure.args-append --with-cc=gcc-mp-4.6 268 # configure.args-append --with-cxx=cpp-mp-4.6 269 # configure.args-append --with-f77=gfortran-mp-4.6 270 # configure.args-append --with-ld=g++-mp-4.6 271 # configure.compiler macports-gcc-4.6 272 # depends_lib-append port:gcc46 273 #} 252 274 253 275 livecheck.type regex
Note: See TracChangeset
for help on using the changeset viewer.

