mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
parent
309b227cf0
commit
dc9057f62a
1 changed files with 5 additions and 1 deletions
|
@ -33,6 +33,8 @@ dependencies:
|
||||||
sqlite.org: 3
|
sqlite.org: 3
|
||||||
gnu.org/readline: 8
|
gnu.org/readline: 8
|
||||||
invisible-island.net/ncurses: 6
|
invisible-island.net/ncurses: 6
|
||||||
|
linux:
|
||||||
|
oracle.com/berkeley-db: 18
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -111,6 +113,8 @@ build:
|
||||||
confdir:
|
confdir:
|
||||||
$libdir/config-{{version.marketing}}-darwin
|
$libdir/config-{{version.marketing}}-darwin
|
||||||
linux:
|
linux:
|
||||||
|
ARGS:
|
||||||
|
- --with-dbmliborder=bdb
|
||||||
ARCH: ${{hw.arch}}
|
ARCH: ${{hw.arch}}
|
||||||
confdir:
|
confdir:
|
||||||
$libdir/config-{{version.marketing}}-${ARCH/-/_}-linux-gnu
|
$libdir/config-{{version.marketing}}-${ARCH/-/_}-linux-gnu
|
||||||
|
@ -143,7 +147,7 @@ test:
|
||||||
# Verify that the selected DBM interface works
|
# Verify that the selected DBM interface works
|
||||||
python $FIXTURE
|
python $FIXTURE
|
||||||
|
|
||||||
if which pip; then
|
if which -a pip | grep '{{ prefix }}'; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue