Ticket #40373: Portfile.diff
File Portfile.diff, 1.4 KB (added by howarth@…, 11 years ago) |
---|
-
Portfile
old new 6 6 PortGroup wxWidgets 1.0 7 7 8 8 name relax 9 version 2.2.49 version 3.0.0 10 10 categories science python chemistry 11 11 maintainers bromo.med.uc.edu:howarth 12 12 description Protein dynamics by NMR relax. data analysis … … 18 18 master_sites http://download.gna.org/relax/ 19 19 distfiles ${name}-${version}.src.tar.bz2 20 20 dist_subdir ${name} 21 checksums md5 0b8c7b357f7ca662506ee339dd41cbd7\22 sha1 e0c3548566ae8b44ed9f761600568180a5de2224\23 rmd160 815834bc2f6b63a4f2fa0f68839de2516669427421 checksums md5 eb89c6879545973de95d58797f584301 \ 22 sha1 f0cc6716d44bcbf4b8fd6b73d6d5847e738700fc \ 23 rmd160 7124ecee5c35eb8935c966759b6707a26fce7fe1 24 24 use_bzip2 yes 25 25 depends_lib-append port:scons port:py27-scipy port:py27-numpy \ 26 26 port:py27-wxpython-3.0 port:pymol 27 patchfiles relax.patch 27 patchfiles relax.patch relax-script.patch 28 28 post-patch { 29 29 reinplace "s|'i386', 'ppc', 'x86_64'|'${build_arch}'|g" ${worksrcpath}/sconstruct 30 30 reinplace "s|cflags = '-I'|cflags = '-O3 -ffast-math -funroll-loops -I'|g" ${worksrcpath}/sconstruct