Port to support psi4 quantum chemistry package.
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 14044 Build 14232: arc lint + arc unit
Event Timeline
science/simint/Makefile | ||
---|---|---|
24 | In the case of this port, SSE means SSE3, not just any SSE. There are many levels of SSE that various processor families implement. The generic version of the message would be confusing in this case. |
science/simint/Makefile | ||
---|---|---|
24 | Then maybe make the option SSE3, so that it says what it means. |
science/simint/Makefile | ||
---|---|---|
28 | Why change the framework and not just use something like .for opt in ${OPTIONS_SINGLE_VECTOR} ${opt}_VARS= SIMINT_VECTOR=${opt} .endfor CMAKE_ARGS= -DSIMINT_VECTOR:STRING=${SIMINT_VECTOR:S/3//:tl} \ |
science/simint/Makefile | ||
---|---|---|
28 |
This is possible. However, OPTIONS_${okind}_${opt}_SELECTED is a very logical and consistently defined feature in itself. It can easily be useful in other contexts to simplify such 3-liners into 1-liners. The implementation in the framework looks quite elegant to me, and is only 9 lines. |
science/simint/Makefile | ||
---|---|---|
28 | Many reviews have been open for a long time. |