Ticket #42969: Portfile-eigen.diff
File Portfile-eigen.diff, 711 bytes (added by ryandesign (Ryan Carsten Schmidt), 11 years ago) |
---|
-
Portfile
25 25 #worksrcdir ${name}-${name}-${version} 26 26 worksrcdir ${name}-${name}-b23437e61a07 27 27 28 # eigen has buggy C++ code that clang errors over 29 compiler.blacklist *clang* 28 patchfiles-append patch-QrInstantiations.cpp.txt.diff 30 29 31 platform darwin {32 if {${os.major} >= 13} {33 depends_lib34 depends_run35 pre-fetch {36 ui_error "$name does not build on Mavericks or later."37 error "unsupported platform"38 }39 }40 }41 42 30 configure.args-append -DEIGEN_BUILD_LIB=ON 43 31 44 32 post-destroot {