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
|
||||
zeromq.org: ^4
|
||||
sqlite.org: ^3
|
||||
linux:
|
||||
gnu.org/gcc: '*' # c++20 support and libc++
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
|
@ -19,15 +21,12 @@ build:
|
|||
gnu.org/automake: ^1
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
gnu.org/libtool: ^2
|
||||
script: |
|
||||
./autogen.sh
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
script:
|
||||
- ./autogen.sh
|
||||
- ./configure $ARGS
|
||||
- make --jobs {{ hw.concurrency }} install
|
||||
env:
|
||||
linux:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
LD: clang
|
||||
LDFLAGS: $LDFLAGS -lstdc++fs
|
||||
ARGS:
|
||||
- --prefix={{prefix}}
|
||||
|
|
Loading…
Reference in a new issue