mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
c065c8db07
commit
78b6672091
1 changed files with 3 additions and 6 deletions
|
@ -20,6 +20,8 @@ platforms:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
pkgx.sh: ^1
|
pkgx.sh: ^1
|
||||||
|
linux:
|
||||||
|
gnu.org/gcc: '*' # clang doesn't provide omp.h, and we need libstdc++
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -29,14 +31,9 @@ build:
|
||||||
python.org: ~3.11
|
python.org: ~3.11
|
||||||
env:
|
env:
|
||||||
VIRTUAL_ENV: ${{prefix}}/venv
|
VIRTUAL_ENV: ${{prefix}}/venv
|
||||||
CC: clang
|
|
||||||
CXX: clang++
|
|
||||||
LD: clang
|
|
||||||
script:
|
script:
|
||||||
# segfaults on some GHA runners
|
# segfaults on some GHA runners
|
||||||
- run: |
|
- run: sed -i -e's/\(MK_.* -march=native -mtune=native\)/#\1/g' Makefile
|
||||||
sed -i.bak -e's/\(MK_.* -march=native -mtune=native\)/#\1/g' Makefile
|
|
||||||
rm Makefile.bak
|
|
||||||
if: linux/x86-64
|
if: linux/x86-64
|
||||||
|
|
||||||
# this commit breaks linux/aarch64 - fixed in 1732
|
# this commit breaks linux/aarch64 - fixed in 1732
|
||||||
|
|
Loading…
Reference in a new issue