Ticket #50780: Portfile.diff
File Portfile.diff, 1.6 KB (added by howarth.at.macports@…, 9 years ago) |
---|
-
Portfile
old new 7 7 PortGroup compilers 1.0 8 8 9 9 name pymol 10 version 1. 7.7.210 version 1.8.1.0 11 11 revision 1 12 12 categories science chemistry 13 13 license PSF … … 24 24 master_sites sourceforge 25 25 fetch.type svn 26 26 svn.url https://svn.code.sf.net/p/pymol/code/trunk/pymol 27 svn.revision 41 4127 svn.revision 4152 28 28 worksrcdir pymol 29 29 30 30 compilers.choose cc cxx 31 31 compilers.setup 32 32 33 python.default_version 27 33 variant python27 conflicts python34 python35 description {Use Python 2.7} {} 34 variant python34 conflicts python27 python35 description {Use Python 3.4} {} 35 variant python35 conflicts python27 python34 description {Use Python 3.5} {} 36 if {[variant_isset python34]} { 37 python.default_version 34 38 } elseif {[variant_isset python35]} { 39 python.default_version 35 40 } else { 41 default_variants +python27 42 python.default_version 27 43 } 34 44 python.link_binaries no 35 45 36 46 depends_lib-append port:freeglut \ … … 50 60 # py-scipy is not universal 51 61 universal_variant no 52 62 53 patchfiles setup_py.diff \ 54 pymol_shell.diff \ 63 patchfiles pymol_shell.diff \ 55 64 pmg_tk_platform.patch \ 56 65 apbs-psize.patch 57 66 … … 75 84 build {} 76 85 77 86 pre-destroot { 78 destroot.env CC="${configure.cc}" CXX="${configure.cxx}" 87 destroot.env CC="${configure.cc}" CXX="${configure.cxx}" PREFIX_PATH="${prefix}" 79 88 } 80 89 81 90 post-destroot {