Commit Graph

17 Commits

Author SHA1 Message Date
Stefano Sinigardi
47d206e149 [many ports] improvements for linux/wsl (#6730)
* [many ports] improve compatibility with WSL and mixed case filesystems

* [treehopper] express dependency on libusb, which was not working on non-win32 platforms and is still broken there

* [libharu] add compatibility with non-win32 platforms

* [geogram] fix openblas on linux
[clapack] better integration with linux environment
[visit-struct] put cmake config file in the expected folder
[geogram] remove trailing underscore to enable compatibility with OpenBLAS

* [openblas] playing with underscore, without success

* [openblas/lapack] fix library integration

* [clapack] improve target handling in cmake module

* [openblas] promote self-generated config to default cmake module, otherwise internal ones thinks wrongly that openblas can also solve lapack libs

* [clapack,openblas] improve libraries integration

* [many ports] fix cmake unnecessary target paths, wrong config paths, empty default dependencies, unnecessary [core] tags

* [suitesparse] improve integration with new lapack/openblas mechanism

* [suitesparse] add no underscore postfix also for linux

* [ceres] fix integration with newer openblas/lapack configs

* [aws-c-event-stream] fix regression

* [systemc] fix regression

* [libwebp,geogram] trigger rebuild

* [libwebp,pthread4w] fix regressions

* [glbinding] fix cmake module installation

* [globjects] disentangle unnecessary dependency from qt5

* [jasper] remove broken and unnecessary patches

* [libwebp] fix regression

* [many ports] avoid using BUILD_SHARED_LIBS which is uninitialized in port files

* [clapack] correctly find dlls

* [clapack] use a generic blas as dependency

* [fizz,g2o] restore expected version

* fix mistake

* [many ports] remove WIN32, APPLE and UNIX (again, they keep creeping in) from ports since they are broken and usually break non-win32 ports

* [libressl,openssl] do not try to build one if the other is already installed

* [itk] update ref and patch to avoid regression

* [libressl,openssl] implement full strategy to fix CI

* [libwebp] disable components that are broken on macOS

* [ogre] enable macOS build

* [freeimage,jxrlib,ogre,openexr,protobuf] port patches from #5169

* [ogre] add missing install command

* [ffmpeg] enable wrapper for cmake module

* [ffmpeg] add avresample module finder

* [ffmpeg] improve module detection and exported symbols

* [ffmpeg] add variables to cache

* [thrift] remove unnecessary build option

* [allegro5] fix shared/static inversion

* [protobuf] cleanup

* [libressl] cleanup

* [moos-core] cleanup

* commented features must not be separated from other features, otherwise vcpkg complains

* [itk] fix regression

* [shogun,itk] fix regressions

* [ogre] fix regression

* [opusfile] add compatibility with non-win32

* [itk] fix regression

* [sndfile,libsndfile] remove duplicate, redirect sndfile to libsndfile

* add missing dependencies

* [ismrmrd] fix regression

* [ffmpeg] trigger rebuild

* [clapack,openblas,libogg] fix regressions on macOS

* [libtins] fix regression

* force rebuild windows regressions, unable to reproduce locally

* [mosquitto] enable non-win32 builds

* [json-dto] force rebuild, unable to reproduce regression locally

* [many ports] uniform naming and path length requests

* fix regression

* fix regression

* [ffmpeg] fixes for downstream projects

* clean up - thanks to reviewers

* trigger rebuild of regressions on macOS

* trigger rebuild of regressions on macOS - part2

* Add core back

* Use VCPKG_CONCURRENCY

* Add core back to suitesparse

* Add core back to curl

* Add core back to magnum

* Add core back to magnum

* Add core back to magnum

* Add core back to cgal
2019-06-20 19:11:54 -07:00
pravic
18b029a5e3 [WIP] Add a Homepage URL entry for vcpkg ports (#2933)
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-06-15 16:54:47 -07:00
Stefano Sinigardi
d7b6f8b225 [openmvs] add new port, fix one of the dependencies [cgal] along the road 2019-05-17 17:38:01 +02:00
Laurent Rineau
961b2699b1 Update CGAL to version 4.14 (#5734)
* CGAL now depends also on Boost Multiprecision
* Update to release 4.14
2019-04-02 13:31:00 -07:00
wangli28
e3ae651d53 [many ports]Add long path warnings 2019-03-27 09:41:14 +00:00
Laurent Rineau
5862fba5ff Install CGAL as header-only (#4975)
* Update to install CGAL as header-only

I think the issue #2471 would be completely solved, if vcpkg installed CGAL as header-only. That way, the installed `CGALConfig.cmake` would search for its dependencies, instead of hard-coding their path in the file.

* Bump the version

* Fix the cleaning

Once CGAL is header-only, no binary library is created, and the
`debug/` directory got empty.

This commit fixes the cleaning: now the whole `debug/` directory is
removed.
2019-03-11 13:48:26 -07:00
Maxime GIMENO
130bd6f868 CGAL: Fix CMakeConfig.cmake (#4655)
* Fix CMakeConfig

* [cgal] Bump control version
2018-11-07 23:50:15 -08:00
Maxime GIMENO
aa7a584767 [cgal] Update to 4.13. (#4390)
* Update to 4.13 and minimize the qt5 dependency.

* [cgal] Fix license installation for new git repo layout

* [cgal] Remove vcpkg_test_cmake until x64 can be fixed
2018-10-08 20:35:15 -07:00
cDc
47d904608c [cgal] feature qt5 (#3646) 2018-06-06 02:48:03 -07:00
jasjuang
576f28edf3 [cgal] update to 4.12 2018-04-27 08:32:43 -07:00
Robert Schumacher
e4372468a0 [cgal] Use commit SHA to ensure a stable reference 2018-03-09 17:55:29 -08:00
Joel Clay
8ea4f4106f [cgal] update hash to 4.11.1 2018-03-04 23:22:45 -05:00
Jason Juang
397237813c [cgal] update to 4.11.1 (#2894) 2018-02-27 07:35:15 -08:00
Robert Schumacher
c2afc5266c [cgal] Avoid using absolute paths in cmake config file 2018-02-07 19:30:30 -08:00
Albert Ziegenhagel
eb34e61d6d [cgal] Use CGAL_INSTALL_CMAKE_DIR to force an installation path for CMake files 2018-01-08 14:04:42 +01:00
Robert Schumacher
b79395c4ad Update downstream libraries to use modularized boost 2017-12-19 10:26:27 -08:00
jasjuang
4ce8f0aa31 new port: cgal 2017-10-13 21:25:18 -07:00