mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
cd4bd81bfd
commit
d6b9733d96
|
@ -12,6 +12,8 @@ dependencies:
|
||||||
libevent.org: ^2
|
libevent.org: ^2
|
||||||
zeromq.org: ^4
|
zeromq.org: ^4
|
||||||
sqlite.org: ^3
|
sqlite.org: ^3
|
||||||
|
linux:
|
||||||
|
gnu.org/gcc: '*' # c++20 support and libc++
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -19,15 +21,12 @@ build:
|
||||||
gnu.org/automake: ^1
|
gnu.org/automake: ^1
|
||||||
freedesktop.org/pkg-config: ^0.29
|
freedesktop.org/pkg-config: ^0.29
|
||||||
gnu.org/libtool: ^2
|
gnu.org/libtool: ^2
|
||||||
script: |
|
script:
|
||||||
./autogen.sh
|
- ./autogen.sh
|
||||||
./configure $ARGS
|
- ./configure $ARGS
|
||||||
make --jobs {{ hw.concurrency }} install
|
- make --jobs {{ hw.concurrency }} install
|
||||||
env:
|
env:
|
||||||
linux:
|
linux:
|
||||||
CC: clang
|
|
||||||
CXX: clang++
|
|
||||||
LD: clang
|
|
||||||
LDFLAGS: $LDFLAGS -lstdc++fs
|
LDFLAGS: $LDFLAGS -lstdc++fs
|
||||||
ARGS:
|
ARGS:
|
||||||
- --prefix={{prefix}}
|
- --prefix={{prefix}}
|
||||||
|
|
Loading…
Reference in a new issue