Ticket #46176: Portfile-slepc.diff

File Portfile-slepc.diff, 477 bytes (added by johannes.feist@…, 9 years ago)
  • Portfile

    old new  
    3535conflicts_build     slepc
    3636use_parallel_build  no
    3737
     38depends_build-append \
     39                    port:sowing
     40
     41pre-configure {
     42    system -W ${worksrcpath} "SLEPC_DIR=${worksrcpath} ./config/generatefortranstubs.py bfort"
     43}
     44
    3845configure.args      --prefix=${prefix}/lib/slepc
    3946configure.env-append \
    4047                    PETSC_DIR=${prefix}/lib/petsc