git: fd7205897fb2 - main - science/py-qcengine: Change comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Aug 2023 01:16:01 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=fd7205897fb21faff88e4148c12ef7a67d012ba0 commit fd7205897fb21faff88e4148c12ef7a67d012ba0 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-08-07 14:21:56 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-08-08 01:15:57 +0000 science/py-qcengine: Change comment --- science/py-qcengine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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