diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-06-13 04:09:46 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-12 13:09:46 -0700 |
| commit | 83627767af5efc3e5a2903ffca54dc6acb00ca99 (patch) | |
| tree | d33bfb627d63b4eb6a6e0eceaf524059ee656134 /ports/itpp | |
| parent | 250e35a961f6faea691e2266613e671a61bb3ab6 (diff) | |
| download | vcpkg-83627767af5efc3e5a2903ffca54dc6acb00ca99.tar.gz vcpkg-83627767af5efc3e5a2903ffca54dc6acb00ca99.zip | |
[vcpkg baseline] Fix baseline error (#11896)
* [tinyfiledialogs] Re-trigger CI test
* [msix] Fix source hash
* [geographiclib] Re-trigger CI test
* [soundtouch] Re-trigger CI test
* update baseline
* [plplot] Re-trigger CI test
* [dmlc] Fix issues with parallel configuration
* [tclap] Re-trigger CI test
* [itpp] Re-trigger CI test
* [mpg123] Re-trigger CI test
* [qwt] Re-trigger CI test
* [soundtouch] Re-trigger CI test
* [pthreads] Re-trigger CI test
Diffstat (limited to 'ports/itpp')
| -rw-r--r-- | ports/itpp/CONTROL | 3 | ||||
| -rw-r--r-- | ports/itpp/portfile.cmake | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/ports/itpp/CONTROL b/ports/itpp/CONTROL index 95a49293b..6adac7303 100644 --- a/ports/itpp/CONTROL +++ b/ports/itpp/CONTROL @@ -1,3 +1,4 @@ Source: itpp
-Version: 4.3.1-1
+Version: 4.3.1-2
+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 84fc651e4..30905e200 100644 --- a/ports/itpp/portfile.cmake +++ b/ports/itpp/portfile.cmake @@ -1,5 +1,3 @@ -include(vcpkg_common_functions)
-
set(ITPP_VERSION 4.3.1)
vcpkg_download_distfile(ARCHIVE
URLS "https://sourceforge.net/projects/itpp/files/itpp/${ITPP_VERSION}/itpp-${ITPP_VERSION}.tar.bz2"
|
