aboutsummaryrefslogtreecommitdiff
path: root/ports/hdf5/CONTROL
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2021-05-06 22:52:01 +0200
committerGitHub <noreply@github.com>2021-05-06 13:52:01 -0700
commit8534df4e72c7c003fdc26f67e014f27a834d7fb2 (patch)
tree5fe8eeeff32413277a97ac6af7d8963f7b96b05e /ports/hdf5/CONTROL
parentbd535075dcf7d596f85534c60035f5f760829ca6 (diff)
downloadvcpkg-8534df4e72c7c003fdc26f67e014f27a834d7fb2.tar.gz
vcpkg-8534df4e72c7c003fdc26f67e014f27a834d7fb2.zip
[hdf5] fix pc files (#17598)
* [libctl] add new port * [meep] add new port * [meep|libctl] support only linux for now * [meep] add msys2 win32 handling * fix autoconfig missing flags in configure_make * [meep] move to autoconfig also on linux * [libct] enable autoconfig; [meep] disabled fixup pkgconfig files, routines is not able to fully clean up include paths from libraries * [hdf5] trying to fix pkgconfig files * [CI] add guile to linux image when provisioned * [msys2] add libguile dependency for libctl * [libctl] working on the windows port * add missing msys2 packages * add osx support * add guile on osx VMSS provisioning file * prepend msys2 to path * apply format.diff from PR automated test * revert skript changes * more hdf5 stuff * remove meep and libctl * more pc fixes for hdf5 * version stuff * reset doc changes * reset x264 changes * fix version stuff Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
Diffstat (limited to 'ports/hdf5/CONTROL')
-rw-r--r--ports/hdf5/CONTROL34
1 files changed, 0 insertions, 34 deletions
diff --git a/ports/hdf5/CONTROL b/ports/hdf5/CONTROL
deleted file mode 100644
index f1b8e2dd1..000000000
--- a/ports/hdf5/CONTROL
+++ /dev/null
@@ -1,34 +0,0 @@
-Source: hdf5
-Version: 1.12.0
-Port-Version: 1
-Homepage: https://www.hdfgroup.org/downloads/hdf5/
-Description: HDF5 is a data model, library, and file format for storing and managing data
-Default-Features: szip, zlib
-Supports: !uwp
-
-Feature: parallel
-Description: parallel support for HDF5
-Build-Depends: mpi
-
-Feature: cpp
-Description: Builds cpp lib
-
-Feature: tools
-Description: Build hdf tools
-
-Feature: szip
-Description: Build with szip
-Build-Depends: szip
-
-Feature: zlib
-Description: Build with zlib
-Build-Depends: zlib
-
-Feature: fortran
-Description: Build with fortran
-Build-Depends:
-
-Feature: threadsafe
-Description: thread safety for HDF5
-Build-Depends: pthreads
-