Ticket #14501: fftw-3-test.diff

File fftw-3-test.diff, 399 bytes (added by skymoo (Adam Mercer), 16 years ago)

run check during test phase, not build

  • math/fftw-3/Portfile

    === modified file 'math/fftw-3/Portfile'
     
    5050
    5151configure.cflags-append -fno-common
    5252
    53 post-build {
    54         system "cd ${worksrcpath} && make check"
    55 }
     53test.run     yes
     54test.target  check
    5655
    5756variant fortran description {uses gfortran} conflicts g95 {
    5857        depends_lib-append    port:gcc42