Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Install PROBE.a
· 04a45a8f
Andreas Tille
authored
Jun 07, 2019
04a45a8f
Remove debugging no-parallel
· 09b3e474
Andreas Tille
authored
Jun 07, 2019
09b3e474
Hide whitespace changes
Inline
Side-by-side
debian/libarb-dev.install
View file @
09b3e474
...
...
@@ -2,3 +2,4 @@
SL
/
HELIX
/*.
a
usr
/
lib
/
$
{
DEB_HOST_MULTIARCH
}
/
arb
/
SL
/
HELIX
SL
/
PTCLEAN
/*.
a
usr
/
lib
/
$
{
DEB_HOST_MULTIARCH
}
/
arb
/
SL
/
PTCLEAN
PROBE_COM
/*.
a
usr
/
lib
/
$
{
DEB_HOST_MULTIARCH
}
/
arb
/
PROBE_COM
PROBE
/*.
a
usr
/
lib
/
$
{
DEB_HOST_MULTIARCH
}
/
arb
/
PROBE
debian/rules
View file @
09b3e474
...
...
@@ -50,8 +50,7 @@ override_dh_auto_build:
ln -s ../SL/HELIX/BI_basepos.hxx INCLUDE/BI_basepos.hxx
mkdir bin
mkdir lib
# FIXME: --no-parallel is just for debugging
dh_auto_build --no-parallel -- all # --sourcedirectory=CORE
dh_auto_build -- all # --sourcedirectory=CORE
override_dh_auto_configure: config.makefile
...
...