* 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:
Jacob Heider 2023-11-06 21:37:53 -05:00 committed by GitHub
parent 051bc14905
commit cc09719032
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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