aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2021-02-26 11:30:38 -0800
committerGitHub <noreply@github.com>2021-02-26 11:30:38 -0800
commitc0d44402f7ca2d7e1071c8b46dd04afcdce9701f (patch)
tree7e35508ad539e247798dabace4948e9b0989d048 /ports
parent0cbc579e1ee21fa4ad0974a9ed926f60c6ed1a4a (diff)
downloadvcpkg-c0d44402f7ca2d7e1071c8b46dd04afcdce9701f.tar.gz
vcpkg-c0d44402f7ca2d7e1071c8b46dd04afcdce9701f.zip
[vcpkg baseline] [itpp] Fix include directory (#16385)
* [itpp] Fix include directory * Update versions * [itpp] Disable optional packages Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports')
-rw-r--r--ports/itpp/CONTROL4
-rw-r--r--ports/itpp/portfile.cmake4
-rw-r--r--ports/itpp/vcpkg.json7
3 files changed, 11 insertions, 4 deletions
diff --git a/ports/itpp/CONTROL b/ports/itpp/CONTROL
deleted file mode 100644
index 2d4fa8900..000000000
--- a/ports/itpp/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: itpp
-Version: 4.3.1-5
-Homepage: http://itpp.sourceforge.net
-Description: IT++ is a C++ library of mathematical, signal processing and communication classes and functions. Its main use is in simulation of communication systems and for performing research in the area of communications. \ No newline at end of file
diff --git a/ports/itpp/portfile.cmake b/ports/itpp/portfile.cmake
index 730607b37..52e8b05f5 100644
--- a/ports/itpp/portfile.cmake
+++ b/ports/itpp/portfile.cmake
@@ -15,6 +15,10 @@ vcpkg_from_sourceforge(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
+ OPTIONS
+ -DCMAKE_DISABLE_FIND_PACKAGE_LAPACK=ON
+ -DCMAKE_DISABLE_FIND_PACKAGE_FFT=ON
+ -DCMAKE_DISABLE_FIND_PACKAGE_BLAS=ON
)
vcpkg_install_cmake()
diff --git a/ports/itpp/vcpkg.json b/ports/itpp/vcpkg.json
new file mode 100644
index 000000000..130cda581
--- /dev/null
+++ b/ports/itpp/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "itpp",
+ "version-semver": "4.3.1",
+ "port-version": 6,
+ "description": "IT++ is a C++ library of mathematical, signal processing and communication classes and functions. Its main use is in simulation of communication systems and for performing research in the area of communications.",
+ "homepage": "http://itpp.sourceforge.net"
+}