[Bug 236507] [NEW PORT] science/py-Mcstas-Tools: Python based set of tools for the McStas neutron simulation package

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 8 17:08:21 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236507

--- Comment #4 from Tobias Kortkamp <tobik at freebsd.org> ---
Comment on attachment 202851
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=202851
svn diff for the new port py-McStas-Tools

The port looks mostly ok, but the patch is still incomplete and is
missing at least pkg-descr, distinfo.

+USES=          cmake python:3.6+ pyqt:5

There is little reason to have USES=pyqt:5 without USE_PYQT.  What
PyQt components are needed at runtime?

+CMAKE_ARGS=    -Denable_mcstas=1

CMAKE_ON=       enable_mcstas

+       ${RLN} -s  ${STAGEDIR}${PREFIX}/mcstas/${PORTVERSION}/bin/${e}
${STAGEDIR}${PREFIX}/bin/${e}

${RLN} uses `install -l rs` under the hood not ln(1), so `-s` is
meaningless.  At the moment install(1) ignores it but better not
add it.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list