* Provide CMake configs
* Fix mismatching version in CMakeLists.txt (2.0.0 -> 2.1.0)
* Update license (use LICENSE as copyright instead of using single header file as copyright)
* [libzippp] New port: C++ wrapper for libzip
Closes#6600
* [libzippp] Fixed lookup of included libraries
* [libzippp] Build system replacement
* [libzippp] Add find_dependency(LIBZIP) to config file
* [libzippp] Use upstream CMake
* [libexif] update download location
* [libexif] Update homepage & switch to vcpkg_from_github
* [libexif] add missing _stdint.h file via patch mechanism
* [libexif] actually include modifications to tell it to use the patch file
* [clapack] FindLapack was not working for VS Generators
due to extra ascii symbol "%3b" in linker dependencies which is ";"
(Lists in IMPORTED_LOCATION do not work as expected)
This commit is based on CMakes FindLAPACK and adds f2c to be checked
* added include(SelectLibraryConfigurations)
* [clapack] remove openblas patch
* [openblas] add trailing _ on linux
* [openblas] add find wrapper
* [clapack] fix FindLapack
* bump control to retrigger full CI build
* [openblas] enable ninja
* [mlpack] fix libary names for linkage.
* bump control
* Delete enable_openblas_compatibility.patch
* Delete fix_underscore.patch
* Update portfile.cmake
* correct control version bump
* fix control version bump
* bump control
* remove comments
* remove lines in patch file
* remove comment
* remove unused var
- blend2d updated to `beta_2019-07-16`
- asmjit updated to `2019-07-16`
- `BLEND2D_BUILD_STATIC` replaced by `BLEND2D_STATIC`
- Added usage install in case of `static` linkage
* [minizip] Update CMakeLists.txt
If the BZip2 package has not been found, ensure that the library does
not assume it is. This would stop any build on targets where bzip2 is
not installed. This can either be the bzip2 package provided by vcpkg
or locally on the system.
Feature:
- Allow optionally to enable bzip2 supprt
* [minizip] Make bzip2 truly optional
Also catch dependency in the corresponding cmake files
The build tool parallel argument should be passed in the regular
COMMAND case, not the NO_PARALLEL_COMMAND one.
Also the job number argument on Windows should not have a space between
the argument and number.