mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(gdal) (#3946)
* fix(gdal) closes #3945 can't have api drift fix(arrow) closes #3914 annoyinggggg i think the extract is failing, even though it thinks it's not... wip wip wip it's not cmake, right? can we trace it? wip wip wip wip debugging cmake i'm suspicious * Update package.yml
This commit is contained in:
parent
051bc14905
commit
cc09719032
1 changed files with 5 additions and 0 deletions
|
@ -58,6 +58,8 @@ build:
|
||||||
freedesktop.org/pkg-config: '*'
|
freedesktop.org/pkg-config: '*'
|
||||||
swig.org: '*'
|
swig.org: '*'
|
||||||
doxygen.nl: '*'
|
doxygen.nl: '*'
|
||||||
|
linux:
|
||||||
|
llvm.org: '*'
|
||||||
script:
|
script:
|
||||||
- cmake -S . -B build $CMAKE_ARGS
|
- cmake -S . -B build $CMAKE_ARGS
|
||||||
- cmake --build build
|
- cmake --build build
|
||||||
|
@ -70,6 +72,9 @@ build:
|
||||||
- run: ln -s python{{deps.python.org.version.marketing}} python{{deps.python.org.version.major}}
|
- run: ln -s python{{deps.python.org.version.marketing}} python{{deps.python.org.version.major}}
|
||||||
working-directory: "{{prefix}}/lib"
|
working-directory: "{{prefix}}/lib"
|
||||||
env:
|
env:
|
||||||
|
CC: clang
|
||||||
|
CXX: clang++
|
||||||
|
LD: clang
|
||||||
CMAKE_ARGS:
|
CMAKE_ARGS:
|
||||||
- -DCMAKE_INSTALL_PREFIX="{{prefix}}
|
- -DCMAKE_INSTALL_PREFIX="{{prefix}}
|
||||||
- -DCMAKE_INSTALL_LIBDIR=lib
|
- -DCMAKE_INSTALL_LIBDIR=lib
|
||||||
|
|
Loading…
Reference in a new issue