diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-08-07 14:21:56 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-08-08 01:15:57 +0000 |
commit | fd7205897fb21faff88e4148c12ef7a67d012ba0 (patch) | |
tree | 15e9d7699cefcd18e1f7881cb0de0c7ca53c3d80 | |
parent | 522c0071ba4dfad4ec5f9bcf1adbc8e904c0c528 (diff) |
science/py-qcengine: Change comment
-rw-r--r-- | science/py-qcengine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-qcengine/Makefile b/science/py-qcengine/Makefile index db594ba69763..54f0cd2bf156 100644 --- a/science/py-qcengine/Makefile +++ b/science/py-qcengine/Makefile @@ -35,7 +35,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ # last dependencies above are for specific quantum chemistry packages to test with TODO torchani,openmm,torsiondrive,mdi USES= python -USE_PYTHON= distutils concurrent autoplist pytest # several tests fail, see https://github.com/MolSSI/QCEngine/issues/377, psi4 test hangs, see https://github.com/MolSSI/QCEngine/issues/390 +USE_PYTHON= distutils concurrent autoplist pytest # 2 tests fail, see https://github.com/MolSSI/QCEngine/issues/377 NO_ARCH= yes |