#49230: whizard @2.2.3_0: update to 2.2.7, use compilers PortGroup -------------------------+------------------------------ Reporter: dstrubbe@… | Owner: juergen.reuter@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: haspatch Port: whizard | -------------------------+------------------------------ Comment (by dstrubbe@…): How about this? Also, keep in mind that the test phase is not run unless the user specifically requests it via "port test". If they just do "port install", no tests are run. So, test failures will not block installation. {{{ -test.run yes -test.target check +# make check doesn't work in general on El Capitan as long as SIP is activated as DYLD variables are not exported. +# make installcheck works, but needs patches to work from the build directory rather than installed locations +if {${os.major} > 11} { + test.run yes + test.target check + } }}} -- Ticket URL: <https://trac.macports.org/ticket/49230#comment:8> MacPorts <https://www.macports.org/> Ports system for OS X