[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>
This commit is contained in:
Phoebe 2021-02-26 11:30:38 -08:00 committed by GitHub
parent 0cbc579e1e
commit c0d44402f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 6 deletions

View File

@ -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.

View File

@ -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()

7
ports/itpp/vcpkg.json Normal file
View File

@ -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"
}

View File

@ -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",

View File

@ -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",