From c0d44402f7ca2d7e1071c8b46dd04afcdce9701f Mon Sep 17 00:00:00 2001 From: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Date: Fri, 26 Feb 2021 11:30:38 -0800 Subject: [vcpkg baseline] [itpp] Fix include directory (#16385) * [itpp] Fix include directory * Update versions * [itpp] Disable optional packages Co-authored-by: Robert Schumacher --- ports/itpp/CONTROL | 4 ---- ports/itpp/portfile.cmake | 4 ++++ ports/itpp/vcpkg.json | 7 +++++++ versions/baseline.json | 4 ++-- versions/i-/itpp.json | 5 +++++ 5 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 ports/itpp/CONTROL create mode 100644 ports/itpp/vcpkg.json 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" +} diff --git a/versions/baseline.json b/versions/baseline.json index ffafcb655..4557e1043 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2613,8 +2613,8 @@ "port-version": 5 }, "itpp": { - "baseline": "4.3.1-5", - "port-version": 0 + "baseline": "4.3.1", + "port-version": 6 }, "ixwebsocket": { "baseline": "11.0.4", diff --git a/versions/i-/itpp.json b/versions/i-/itpp.json index d016af1d1..6c3a4abd9 100644 --- a/versions/i-/itpp.json +++ b/versions/i-/itpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ef6b3ce5f6b2522df8dc27959244a73581a44b6d", + "version-semver": "4.3.1", + "port-version": 6 + }, { "git-tree": "9a79efa802d935151cca213146c0a7102ca76940", "version-string": "4.3.1-5", -- cgit v1.2.3