diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2021-02-26 11:30:38 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-26 11:30:38 -0800 |
| commit | c0d44402f7ca2d7e1071c8b46dd04afcdce9701f (patch) | |
| tree | 7e35508ad539e247798dabace4948e9b0989d048 | |
| parent | 0cbc579e1ee21fa4ad0974a9ed926f60c6ed1a4a (diff) | |
| download | vcpkg-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>
| -rw-r--r-- | ports/itpp/CONTROL | 4 | ||||
| -rw-r--r-- | ports/itpp/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/itpp/vcpkg.json | 7 | ||||
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/i-/itpp.json | 5 |
5 files changed, 18 insertions, 6 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" +} 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,6 +1,11 @@ { "versions": [ { + "git-tree": "ef6b3ce5f6b2522df8dc27959244a73581a44b6d", + "version-semver": "4.3.1", + "port-version": 6 + }, + { "git-tree": "9a79efa802d935151cca213146c0a7102ca76940", "version-string": "4.3.1-5", "port-version": 0 |
