[MacPorts] #67502: elmerfem: some errors with the port on specific macOS versions
MacPorts
noreply at macports.org
Fri May 26 16:11:06 UTC 2023
#67502: elmerfem: some errors with the port on specific macOS versions
---------------------------+--------------------------
Reporter: barracuda156 | Owner: barracuda156
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: | Keywords:
Port: elmerfem |
---------------------------+--------------------------
Comment (by kencu):
We try not to use rpaths unless there is no other option.
The usual thing to do would be something like this:
{{{
configure.pre_args-replace \
-DCMAKE_INSTALL_NAME_DIR="${cmake.install_prefix}/lib" \
-DCMAKE_INSTALL_NAME_DIR="${cmake.install_prefix}/lib/elmersolver"
}}}
that has to be tested, but should work.
There should probably be a cmake portgroup option for this, but it appears
there is not.
--
Ticket URL: <https://trac.macports.org/ticket/67502#comment:9>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list