Ticket #34029: yorick-yao-python-path.diff
File yorick-yao-python-path.diff, 1.4 KB (added by paumard, 13 years ago) |
---|
-
Portfile
old new 6 6 7 7 set uname yao 8 8 github.setup frigaut ${uname} 4.9.0 9 revision 1 10 license GPL-2+ 9 11 name yorick-${uname} 10 12 categories science 11 13 platforms darwin 12 maintainers users.sourceforge.net:paumard 14 maintainers users.sourceforge.net:paumard openmaintainer 13 15 description A Yorick-based adaptive optics system simulator 14 16 long_description Yao is a monte-carlo simulation package for adaptive \ 15 17 optics. It can be used stand-alone through a GTK-based \ … … 20 22 checksums rmd160 7409982765176d27bb046839293d2cd1ed042914 \ 21 23 sha256 eeff60aad302a8c81e4af13d77e407964b4c7ffbb539f53d3d107a2aaaaacb90 22 24 23 depends_lib-append p ort:yorick \25 depends_lib-append path:bin/yorick:yorick \ 24 26 port:yorick-imutil \ 25 27 port:fftw-3-single 26 28 27 29 depends_run port:yorick-yutils \ 28 port:py2 6-gtk30 port:py27-gtk 29 31 30 32 universal_variant no 31 33 34 post-patch { 35 reinplace "s|#!/usr/bin/env python|#!${prefix}/bin/python2.7|" \ 36 ${worksrcpath}/${uname}.py 37 } 38 32 39 configure.cmd ${prefix}/bin/yorick 33 40 configure.pre_args 34 41 configure.args -batch make.i