SF.net SVN: gar:[26256] csw/mgar/pkg/hdf5-10/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Jul 28 15:33:25 CEST 2017
Revision: 26256
http://sourceforge.net/p/gar/code/26256
Author: dmichelsen
Date: 2017-07-28 13:33:25 +0000 (Fri, 28 Jul 2017)
Log Message:
-----------
hdf5-10/trunk: Update package names to new SONAME
Modified Paths:
--------------
csw/mgar/pkg/hdf5-10/trunk/Makefile
Modified: csw/mgar/pkg/hdf5-10/trunk/Makefile
===================================================================
--- csw/mgar/pkg/hdf5-10/trunk/Makefile 2017-07-28 13:19:56 UTC (rev 26255)
+++ csw/mgar/pkg/hdf5-10/trunk/Makefile 2017-07-28 13:33:25 UTC (rev 26256)
@@ -16,28 +16,26 @@
VENDOR_URL = http://www.hdfgroup.org/HDF5/
-PACKAGES += CSWlibhdf5-7
-SPKG_DESC_CSWlibhdf5-7 = HDF5 (hierarchical data format 5) library, libhdf5.so.7
-PKGFILES_CSWlibhdf5-7 += $(call pkgfiles_lib,libhdf5.so.7)
-RUNTIME_DEP_PKGS_CSWlibhdf5-7 += CSWlibz1
+PACKAGES += CSWlibhdf5-10
+SPKG_DESC_CSWlibhdf5-10 = HDF5 (hierarchical data format 5) library, libhdf5.so.10
+PKGFILES_CSWlibhdf5-10 += $(call pkgfiles_lib,libhdf5.so.10)
-PACKAGES += CSWlibhdf5hl7
-SPKG_DESC_CSWlibhdf5hl7 = HDF5 (hierarchical data format 5) library, libhdf5_hl.so.7
-PKGFILES_CSWlibhdf5hl7 += $(call pkgfiles_lib,libhdf5_hl.so.7)
-RUNTIME_DEP_PKGS_CSWlibhdf5hl7 += CSWlibz1
-RUNTIME_DEP_PKGS_CSWlibhdf5hl7 += CSWlibhdf5-7
+PACKAGES += CSWlibhdf5hl10
+SPKG_DESC_CSWlibhdf5hl10 = HDF5 (hierarchical data format 5) library, libhdf5_hl.so.10
+PKGFILES_CSWlibhdf5hl10 += $(call pkgfiles_lib,libhdf5_hl.so.10)
+RUNTIME_DEP_PKGS_CSWlibhdf5hl10 += CSWlibhdf5-10
PACKAGES += CSWlibhdf5-dev
-SPKG_DESC_CSWlibhdf5-dev = Development files for libhdf5.so.7 and libhdf5_hl.so.7
+SPKG_DESC_CSWlibhdf5-dev = Development files for libhdf5.so.10 and libhdf5_hl.so.10
# PKGFILES is catchall
-RUNTIME_DEP_PKGS_CSWlibhdf5-dev += CSWlibhdf5-7
-RUNTIME_DEP_PKGS_CSWlibhdf5-dev += CSWlibhdf5hl7
+RUNTIME_DEP_PKGS_CSWlibhdf5-dev += CSWlibhdf5-10
+RUNTIME_DEP_PKGS_CSWlibhdf5-dev += CSWlibhdf5hl10
PACKAGES += CSWhdf5
SPKG_DESC_CSWhdf5 = HDF5 (hierarchical data format 5) software utilities
PKGFILES_CSWhdf5 += $(bindir)/.*
-RUNTIME_DEP_PKGS_CSWhdf5 += CSWlibhdf5-7
-RUNTIME_DEP_PKGS_CSWhdf5 += CSWlibhdf5hl7
+RUNTIME_DEP_PKGS_CSWhdf5 += CSWlibhdf5-10
+RUNTIME_DEP_PKGS_CSWhdf5 += CSWlibhdf5hl10
RUNTIME_DEP_PKGS_CSWhdf5 += CSWlibz1
# By default -L/opt/csw/lib is used which makes the new libhdf5_hl.so link to
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list