aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
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"
+}