Ticket #42969: Portfile-eigen.diff

File Portfile-eigen.diff, 711 bytes (added by ryandesign (Ryan Carsten Schmidt), 10 years ago)
  • Portfile

     
    2525#worksrcdir          ${name}-${name}-${version}
    2626worksrcdir          ${name}-${name}-b23437e61a07
    2727
    28 # eigen has buggy C++ code that clang errors over
    29 compiler.blacklist *clang*
     28patchfiles-append   patch-QrInstantiations.cpp.txt.diff
    3029
    31 platform darwin {
    32     if {${os.major} >= 13} {
    33         depends_lib
    34         depends_run
    35         pre-fetch {
    36             ui_error "$name does not build on Mavericks or later."
    37             error "unsupported platform"
    38         }
    39     }
    40 }
    41 
    4230configure.args-append   -DEIGEN_BUILD_LIB=ON
    4331
    4432post-destroot {