diff options
| author | Joaquim <jmfluis@gmail.com> | 2019-02-01 19:01:19 +0000 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-02-01 11:01:19 -0800 |
| commit | 2c5efa81ca081f6b65b4b64c77c2da9d834752ad (patch) | |
| tree | 84e53a4fc4fefe63cc593961b61223377d7693cb /ports/python3/Microsoft.VisualStudio.Setup.Configuration.Native.patch | |
| parent | 1e1f2949ac9c98dd38cea3a51b74d8ab8d936d1d (diff) | |
| download | vcpkg-2c5efa81ca081f6b65b4b64c77c2da9d834752ad.tar.gz vcpkg-2c5efa81ca081f6b65b4b64c77c2da9d834752ad.zip | |
[gdal] Remove `libmysql` dependency (#5271)
* Remove the libmysql dependency
The fact that it's not possible to build libmysql for x86 is a source of troubles for projects that have GDAL as a dependency. Though it's possible to build GDAL separately for x64 & x86 this is very confusing and breaks other builds. For example I'm often crossing this issue when trying to build a local GMT package. So the best is to just remove it as a dependency.
```
C:\programs\compa_libs\vcpkg>vcpkg install gmt:x86-windows --recurse
The following packages will be built and installed:
* gdal[core,mysql-libmysql]:x86-windows
gmt[core]:x86-windows
* libmysql[core]:x86-windows
Additional packages (*) will be modified to complete this operation.
Starting package 1/3: libmysql:x86-windows
Building package libmysql[core]:x86-windows...
CMake Error at C:/programs/compa_libs/vcpkg/ports/libmysql/portfile.cmake:10 (message):
Oracle has dropped support in libmysql for 32-bit Windows.
```
* Revert "Remove the libmysql dependency"
* Remove the libmysql dependency
The fact that it's not possible to build libmysql for x86 is a source of troubles for projects that have GDAL as a dependency. Though it's possible to build GDAL separately for x64 & x86 this is very confusing and breaks other builds. For example I'm often crossing this issue when trying to build a local GMT package. So the best is to just remove it as a dependency.
```
C:\programs\compa_libs\vcpkg>vcpkg install gmt:x86-windows --recurse
The following packages will be built and installed:
* gdal[core,mysql-libmysql]:x86-windows
gmt[core]:x86-windows
* libmysql[core]:x86-windows
Additional packages (*) will be modified to complete this operation.
Starting package 1/3: libmysql:x86-windows
Building package libmysql[core]:x86-windows...
CMake Error at C:/programs/compa_libs/vcpkg/ports/libmysql/portfile.cmake:10 (message):
Oracle has dropped support in libmysql for 32-bit Windows.
```
Diffstat (limited to 'ports/python3/Microsoft.VisualStudio.Setup.Configuration.Native.patch')
0 files changed, 0 insertions, 0 deletions
