Ticket #48023: Portfile-octave-symbolic.diff

File Portfile-octave-symbolic.diff, 712 bytes (added by Schamschula (Marius Schamschula), 9 years ago)
  • Portfile

    old new  
    2121
    2222variant python27 description "Use Python 2.7 SymPy" conflicts python34 {
    2323    depends_run-append  port:py27-sympy
     24    depends_build-append   port:python27
     25   
    2426    post-patch {
    2527        reinplace "s|@PYTHON@|${prefix}/bin/python2.7|g" \
    2628            ${worksrcpath}/inst/sympref.m
     
    3133
    3234variant python34 description "Use Python 3.4 SymPy" conflicts python27 {
    3335    depends_run-append  port:py34-sympy
     36    depends_build-append   port:python234
     37   
    3438    post-patch {
    3539        reinplace "s|@PYTHON@|${prefix}/bin/python3.4|g" \
    3640            ${worksrcpath}/inst/sympref.m