diff --git a/ports/itpp/CONTROL b/ports/itpp/CONTROL deleted file mode 100644 index 2d4fa89005..0000000000 --- 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 730607b373..52e8b05f5b 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 0000000000..130cda581c --- /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 ffafcb6552..4557e1043f 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 d016af1d12..6c3a4abd91 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",