pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

math/py-tables: patch to use pkgsrc blosc



Hi,  

The below patch updates math/py-tables to use the pkgsrc copy of the "blosc" library, instead of its internal copy.  Both the internal copy, and the pkgsrc package are synced at the same version, 1.21.5.  Another benefit is that the internal copy also includes copies of lz4, zlib, and zstd that no longer need to be built.  Running "make test" on each package produces similar output.  

Best,

Matthew


diff --git a/math/py-tables/Makefile b/math/py-tables/Makefile
index 899458c8159e..c93da7532ae9 100644
--- a/math/py-tables/Makefile
+++ b/math/py-tables/Makefile
@@ -2,6 +2,7 @@
 
 DISTNAME=      tables-3.9.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tables/}
 
@@ -36,6 +37,7 @@ do-test:
 
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../archivers/lzo/buildlink3.mk"
+.include "../../devel/blosc/buildlink3.mk"
 .include "../../devel/blosc2/buildlink3.mk"
 .include "../../devel/hdf5/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"

-- 
  
  matthewd%fastmail.us@localhost


Home | Main Index | Thread Index | Old Index