diff options
| author | Dejauxvue <josuabloess@gmx.de> | 2021-03-22 23:19:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-22 15:19:06 -0700 |
| commit | c8021b4675c1c90e855464c3aa274defd5d26e5b (patch) | |
| tree | caeb90d0046dcd210e3357313193eaaf2c2dcea1 /ports/opencascade/CONTROL | |
| parent | 7524d9d4c4b723739170c2337de325087873c7d3 (diff) | |
| download | vcpkg-c8021b4675c1c90e855464c3aa274defd5d26e5b.tar.gz vcpkg-c8021b4675c1c90e855464c3aa274defd5d26e5b.zip | |
[opencascade] fix #16252 (#16513)
* [opencascade] fix #16252 by exporting includ directories with the targets and replacing internal includes from #include "..." to #include<...> post installation
* [opencascade] added port version
* [opencascade] update SHA of versions/o-/opencascade.json
* Update ports/opencascade/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/opencascade/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/opencascade/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* remove commented line for BUILD_INTERFACE
* updated version
* remove replacement of includes form #include <...> to #include "..."
* update port version
* added fix-install-prefix-path.patch, which was removed by #15997
* fix fix-install-prefix-path.patch
* update port version
* Update ports/opencascade/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* update port version
* [opencascade]Revert "remove replacement of includes form #include <...> to #include "...""
also refined regex to allow white spaces between # and 'include'
This reverts commit 4b362739f5e57449b3d6b1fcd6f2817b3be144a4.
* [opencascade] update port version
* [opencascade] change exported include directory from include/opencascade to include
* [opencascade] update port version
Co-authored-by: bloess <josua.bloess@uni-bayreuth.de>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'ports/opencascade/CONTROL')
| -rw-r--r-- | ports/opencascade/CONTROL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/opencascade/CONTROL b/ports/opencascade/CONTROL index 998252a3f..11df63835 100644 --- a/ports/opencascade/CONTROL +++ b/ports/opencascade/CONTROL @@ -1,5 +1,6 @@ Source: opencascade Version: 7.5.0 +Port-Version: 1 Build-Depends: freetype Description: Open CASCADE Technology (OCCT) is an open-source software development platform for 3D CAD, CAM, CAE. Supports: !(uwp|osx|linux|arm) |
