mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +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
|
@ -58,6 +58,8 @@ build:
|
|||
freedesktop.org/pkg-config: '*'
|
||||
swig.org: '*'
|
||||
doxygen.nl: '*'
|
||||
linux:
|
||||
llvm.org: '*'
|
||||
script:
|
||||
- cmake -S . -B build $CMAKE_ARGS
|
||||
- cmake --build build
|
||||
|
@ -70,6 +72,9 @@ build:
|
|||
- run: ln -s python{{deps.python.org.version.marketing}} python{{deps.python.org.version.major}}
|
||||
working-directory: "{{prefix}}/lib"
|
||||
env:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
LD: clang
|
||||
CMAKE_ARGS:
|
||||
- -DCMAKE_INSTALL_PREFIX="{{prefix}}
|
||||
- -DCMAKE_INSTALL_LIBDIR=lib
|
||||
|
|
Loading…
Reference in a new issue