Ticket #22241: swig-dependents.diff
File swig-dependents.diff, 15.5 KB (added by jmroot (Joshua Root), 15 years ago) |
---|
-
science/gnuradio-core/Portfile
29 29 30 30 depends_lib port:gnuradio-omnithread \ 31 31 port:gnuradio-gruel \ 32 port:swig \32 port:swig-python \ 33 33 port:gsl 34 34 35 35 configure.args --disable-all-components \ -
devel/librets/Portfile
33 33 --disable-python 34 34 35 35 variant java description {Build Java bindings} { 36 depends_lib-append port:swig-java 36 37 configure.args-delete --disable-java 37 38 } 38 39 39 40 variant perl description {Build Perl bindings} { 41 depends_lib-append port:swig-perl 40 42 configure.args-delete --disable-perl 41 43 } 42 44 43 45 variant php5 description {Build PHP5 bindings} { 46 depends_lib-append port:swig-php5 44 47 configure.args-delete --disable-php 45 48 } 46 49 47 50 variant python description {Build Python bindings} { 51 depends_lib-append port:swig-python 48 52 configure.args-delete --disable-pithon 49 53 } 50 54 51 55 variant ruby description {Build Ruby bindings} { 56 depends_lib-append port:swig-ruby 52 57 configure.args-delete --disable-ruby 53 58 } 54 59 -
math/octave-database/Portfile
25 25 26 26 patchfiles patch-sqlite3_wrap.cpp.diff patch-odbc_wrap.cpp.diff 27 27 28 depends_lib-append port:octave port:swig port:postgresql82 path:bin/mysql_config5:mysql5 port:sqlite3 port:unixODBC28 depends_lib-append port:octave port:swig-octave port:postgresql82 path:bin/mysql_config5:mysql5 port:sqlite3 port:unixODBC 29 29 30 30 post-destroot { 31 31 move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} -
devel/opensync/Portfile
34 34 port:py26-numeric \ 35 35 port:python26 \ 36 36 port:sqlite3 \ 37 port:swig \37 port:swig-python \ 38 38 port:zlib 39 39 40 40 post-patch { -
science/playerstage-player/Portfile
32 32 port:boost \ 33 33 port:gsl \ 34 34 port:python25 \ 35 port:swig 35 port:swig-python 36 36 37 37 configure.env PYTHON=python2.5 38 38 -
science/plplot/Portfile
32 32 port:libLASi \ 33 33 port:libpng \ 34 34 path:lib/pkgconfig/pango.pc:pango \ 35 port:swig \35 port:swig-tcl \ 36 36 port:tcl \ 37 37 port:tk \ 38 38 port:aquaterm \ … … 134 134 } 135 135 136 136 variant octave description {Add support for Octave} { 137 depends_lib-append port:octave 137 depends_lib-append port:octave port:swig-octave 138 138 configure.args-delete -DENABLE_octave=OFF 139 139 configure.args-append -DENABLE_octave=ON 140 140 } 141 141 142 142 variant java description {Add support for Java} { 143 depends_lib-append port:swig-java 143 144 configure.args-delete -DENABLE_java=OFF 144 145 configure.args-append -DENABLE_java=ON 145 146 } 146 147 147 148 variant python25 description {Add support for python25} { 148 149 depends_lib-append port:python25 \ 149 port:py25-numpy 150 port:py25-numpy \ 151 port:swig-python 150 152 configure.args-delete -DENABLE_python=OFF 151 153 configure.args-append -DENABLE_python=ON \ 152 154 -DHAVE_NUMPY:BOOL=ON \ -
python/py-m2crypto/Portfile
17 17 18 18 checksums sha1 e99804e249ed855c7e899ba22f2ab3bb1f947ca1 19 19 20 depends_lib-append bin:swig:swig port:openssl20 depends_lib-append bin:swig:swig-python port:openssl 21 21 22 22 build.args --openssl=${prefix} 23 23 -
python/py-pylibpcap/Portfile
22 22 checksums sha1 f47d6e5d72219e2162f1b16e59f3c45e496652d9 \ 23 23 rmd160 dbda6fec0786630c3af65d540b57507f888d1d78 24 24 25 depends_lib-append port:libpcap port:swig 25 depends_lib-append port:libpcap port:swig-python 26 26 27 27 post-destroot { 28 28 set sharedir ${destroot}${prefix}/share/doc/${name}-${version} -
python/py-scipy/Portfile
22 22 depends_lib-append port:py-numpy \ 23 23 port:py-nose \ 24 24 port:SuiteSparse \ 25 port:swig 25 port:swig-python 26 26 27 27 worksrcdir ${distname} 28 28 -
python/py25-m2crypto/Portfile
20 20 sha1 6e85d7035971c353db74a497fca0ec2eaea4dea0 \ 21 21 rmd160 7376195fd586e7834d41229a4798f8810b86eed2 22 22 23 depends_lib-append bin:swig:swig \23 depends_lib-append bin:swig:swig-python \ 24 24 port:openssl \ 25 25 port:py25-setuptools 26 26 -
python/py25-pygraphviz/Portfile
21 21 sha1 038b5d15ae52d93adec4e56f7a25ecce13a9239e \ 22 22 rmd160 564ca0129a17461d5d95a62d5c9549ed557843b0 23 23 24 depends_lib-append bin:swig:swig \24 depends_lib-append bin:swig:swig-python \ 25 25 path:bin/dot:graphviz \ 26 26 port:py25-setuptools -
python/py25-pylibpcap/Portfile
22 22 checksums sha1 f47d6e5d72219e2162f1b16e59f3c45e496652d9 \ 23 23 rmd160 dbda6fec0786630c3af65d540b57507f888d1d78 24 24 25 depends_lib-append port:libpcap port:swig 25 depends_lib-append port:libpcap port:swig-python 26 26 27 27 post-destroot { 28 28 set sharedir ${destroot}${prefix}/share/doc/${name}-${version} -
python/py25-pymvpa/Portfile
27 27 port:py25-pynifti \ 28 28 port:py25-hcluster \ 29 29 port:libsvm \ 30 port:swig \30 port:swig-python \ 31 31 port:py25-pywavelets \ 32 32 port:shogun \ 33 33 port:py25-matplotlib -
python/py25-pynifti/Portfile
21 21 22 22 depends_lib port:py25-numpy \ 23 23 port:nifticlib \ 24 port:swig 24 port:swig-python 25 25 26 26 depends_build port:gcc43 27 27 -
python/py25-scipy/Portfile
22 22 depends_lib-append port:py25-numpy \ 23 23 port:py25-nose \ 24 24 port:SuiteSparse \ 25 bin:swig:swig 25 bin:swig:swig-python 26 26 27 27 worksrcdir ${distname} 28 28 -
python/py26-m2crypto/Portfile
20 20 sha1 6e85d7035971c353db74a497fca0ec2eaea4dea0 \ 21 21 rmd160 7376195fd586e7834d41229a4798f8810b86eed2 22 22 23 depends_lib-append bin:swig:swig \23 depends_lib-append bin:swig:swig-python \ 24 24 port:openssl \ 25 25 port:py26-setuptools 26 26 -
python/py26-pyepl/Portfile
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id : Portfile 52656 2009-06-20 18:09:47Z jameskyle@macports.org$2 # $Id$ 3 3 4 4 PortSystem 1.0 5 5 PortGroup python26 1.0 … … 19 19 20 20 depends_lib port:libsndfile \ 21 21 port:libsamplerate \ 22 port:swig \22 port:swig-python \ 23 23 port:py26-numpy \ 24 24 port:py26-pil \ 25 25 port:py26-opengl \ -
python/py26-pygraphviz/Portfile
26 26 sha1 038b5d15ae52d93adec4e56f7a25ecce13a9239e \ 27 27 rmd160 564ca0129a17461d5d95a62d5c9549ed557843b0 28 28 29 depends_lib-append bin:swig:swig \29 depends_lib-append bin:swig:swig-python \ 30 30 path:bin/dot:graphviz \ 31 31 port:py26-setuptools -
python/py26-pylibpcap/Portfile
22 22 checksums sha1 f47d6e5d72219e2162f1b16e59f3c45e496652d9 \ 23 23 rmd160 dbda6fec0786630c3af65d540b57507f888d1d78 24 24 25 depends_lib-append port:libpcap port:swig 25 depends_lib-append port:libpcap port:swig-python 26 26 27 27 post-destroot { 28 28 set sharedir ${destroot}${prefix}/share/doc/${name}-${version} -
python/py26-pymvpa/Portfile
27 27 port:py26-pynifti \ 28 28 port:py26-hcluster \ 29 29 port:libsvm \ 30 port:swig \30 port:swig-python \ 31 31 port:py26-pywavelets \ 32 32 port:shogun \ 33 33 port:py26-matplotlib -
python/py26-pynifti/Portfile
21 21 22 22 depends_lib port:py26-numpy \ 23 23 port:nifticlib \ 24 port:swig 24 port:swig-python 25 25 26 26 depends_build port:gcc43 27 27 -
python/py26-scikits-ann/Portfile
28 28 29 29 depends_lib port:py26-numpy \ 30 30 port:py26-scikits-module \ 31 port:swig \31 port:swig-python \ 32 32 port:libANN 33 33 34 34 build.env-append CFLAGS=-I${prefix}/include -
python/py26-scipy/Portfile
23 23 depends_lib-append port:py26-numpy \ 24 24 port:py26-nose \ 25 25 port:SuiteSparse \ 26 bin:swig:swig \26 bin:swig:swig-python \ 27 27 port:atlas 28 28 29 29 worksrcdir ${distname} -
math/shogun/Portfile
34 34 port:gsed \ 35 35 port:gcc43 36 36 37 depends_lib port:swig \37 depends_lib port:swig-python \ 38 38 port:atlas \ 39 39 port:readline \ 40 40 port:glpk \ … … 86 86 if {[variant_isset no_python26] && ![variant_isset python25]} { 87 87 set interfaces [lremove ${interfaces} "python"] 88 88 set interfaces [lremove ${interfaces} "python_modular"] 89 depends_lib-delete port:swig-python 89 90 } 90 91 91 92 #if {[variant_isset matlab]} {lappend interfaces "matlab"} … … 117 118 } 118 119 119 120 variant r description {Build the R API} { 120 depends_lib-append port:R 121 depends_lib-append port:R port:swig-r 121 122 } 122 123 123 124 variant octave description {Build the Octave API} { 124 depends_lib-append port:octave 125 depends_lib-append port:octave port:swig-octave 125 126 } 126 127 127 128 variant no_glpk description {Disable glpk support} { … … 159 160 return -code error "incompatible swig installation" 160 161 } 161 162 } 162 163 if {[variant_isset r]} {164 if {![file exists ${prefix}/share/swig/${sversion}/r/r.swg]} {165 ui_error "To install shogun with the r variant, swig must be installed with the r variant as well."166 return -code error "incompatible swig installation"167 }168 }169 170 if {[variant_isset octave]} {171 if {![file exists ${prefix}/share/swig/${sversion}/octave/octave.swg]} {172 ui_error "To install shogun with the octave variant, swig must be installed with the octave variant as well."173 return -code error "incompatible swig installation"174 }175 }176 163 } 177 164 178 165 pre-configure { -
python/py-gsl/Portfile
23 23 build.env CFLAGS="-I${prefix}/include/gsl -I${prefix}/include/python2.4 -I${prefix}/include" \ 24 24 LDFLAGS=-L${prefix}/lib 25 25 26 depends_build port:swig 26 depends_build port:swig-python 27 27 28 28 pre-build { 29 29 # Resolve GSL version issue (1.9 vs 1.10) by re-creating this file using swig -
python/py25-gsl/Portfile
23 23 build.env CFLAGS="-I${prefix}/include/gsl -I${prefix}/include/python2.5 -I${prefix}/include" \ 24 24 LDFLAGS=-L${prefix}/lib 25 25 26 depends_build port:swig 26 depends_build port:swig-python 27 27 depends_lib port:gsl 28 28 29 29 pre-build {