diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-08 21:10:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-08 21:10:15 +0000 |
commit | 57ae1015170ab269c9cc87e663569c19d7415afb (patch) | |
tree | e324e16e7680a6f1f9e96ad5f4d4ab6aac3b40cd /science/py-GPy | |
parent | bf0b27c08f82555fa7177ffd3dae942de9f9f689 (diff) | |
download | ports-57ae1015170ab269c9cc87e663569c19d7415afb.tar.gz ports-57ae1015170ab269c9cc87e663569c19d7415afb.zip |
Notes
Diffstat (limited to 'science/py-GPy')
-rw-r--r-- | science/py-GPy/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/science/py-GPy/Makefile b/science/py-GPy/Makefile index a77317c03a68..495ed6b30704 100644 --- a/science/py-GPy/Makefile +++ b/science/py-GPy/Makefile @@ -12,6 +12,9 @@ COMMENT= Gaussian process toolbox LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-08-15 + BUILD_DEPENDS= ${PYNUMPY} \ ${LOCALBASE}/lib/libomp.so:devel/openmp RUN_DEPENDS= ${PYNUMPY} \ |