Ticket #31650: Portfile-rose.diff
File Portfile-rose.diff, 1.2 KB (added by too1@…, 13 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name rose 6 version 0.9.5a 6 version 0.9.5a.20120316 7 7 categories lang 8 8 maintainers llnl.gov:too1 9 9 … … 21 21 homepage http://rosecompiler.org/ 22 22 23 23 fetch.type git 24 git.url http:// www.rosecompiler.org/rose.git25 git.branch master24 git.url http://github.com/hudson-rose/rose.git 25 git.branch af169e174891539228704cb1befc8fdda4be94c7 26 26 27 27 depends_build port:boost \ 28 28 port:gcc44 \ … … 36 36 configure.args-append --with-boost=${prefix} \ 37 37 --with-gfortran=${prefix}/bin/gfortran-mp-4.4 \ 38 38 --with-alternate_backend_fortran_compiler=gfortran-mp-4.4 \ 39 --with-CXX_DEBUG=-ggdb3 --with-CXX_WARNINGS=-Wall \39 --with-CXX_DEBUG=-ggdb3 --with-CXX_WARNINGS=-Wall 40 40 41 41 use_parallel_build yes 42 42 build.dir ${configure.dir}