#48626: port install zorba fails ---------------------+-------------------------------- Reporter: adam@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: zorba | ---------------------+-------------------------------- Comment (by adam@…): FWIW, I was able to hand compile zorba-3.0.0. source with: {{{ tar zxf zorba-3.0.tar.gz cd zorba-3.0 mkdir build cd build cmake -Wno-dev \ -D CMAKE_CXX_FLAGS=-std=c++11 \ -D CMAKE_INSTALL_PREFIX=/opt/idzorba \ -D ZORBA_SUPPRESS_SWIG:BOOL=ON \ .. sudo make install }}} -- Ticket URL: <https://trac.macports.org/ticket/48626#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X