Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge branch 't/29354/tox_ini__add_slackware_environments' into t/290…
Browse files Browse the repository at this point in the history
…87/CI-gh-actions-tox-configure-build
  • Loading branch information
Matthias Koeppe committed Mar 22, 2020
2 parents d95a688 + 136feeb commit 9939051
Show file tree
Hide file tree
Showing 24 changed files with 32 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build/bin/sage-guess-package-system
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ elif yum --version > /dev/null 2>&1; then
echo fedora
elif pacman --version > /dev/null 2>&1; then
echo arch
elif slackpkg --version > /dev/null 2>&1; then
echo slackware
elif zypper --version > /dev/null 2>&1; then
echo opensuse
elif apk --version > /dev/null 2>&1; then
Expand Down
3 changes: 3 additions & 0 deletions build/bin/sage-print-system-package-command
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ case $system:$command in
homebrew*:install)
echo "brew install $system_packages"
;;
slackware*:install)
echo "sudo slackpkg install $system_packages"
;;
cygwin*:install)
echo "# first install apt-cyg from https://github.com/transcode-open/apt-cyg"
echo "apt-cyg install $system_packages"
Expand Down
2 changes: 1 addition & 1 deletion build/bin/sage-spkg
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ if [ $INFO -ne 0 -a "$USE_LOCAL_SCRIPTS" = yes ]; then
echo "== Equivalent System Packages =="
echo
PKG_DISTROS="$PKG_SCRIPTS"/distros
for system_package_file in "$PKG_DISTROS"/debian*.txt "$PKG_DISTROS"/fedora*.txt "$PKG_DISTROS"/*conda*.txt "$PKG_DISTROS"/homebrew*.txt "$PKG_DISTROS"/arch*.txt ; do
for system_package_file in "$PKG_DISTROS"/*.txt; do
if [ -f "$system_package_file" ]; then
system=$(basename "$system_package_file" .txt)
system_packages="$(echo $(sed 's/#.*//;' $system_package_file))"
Expand Down
1 change: 1 addition & 0 deletions build/pkgs/boost/distros/slackware.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
boost
1 change: 1 addition & 0 deletions build/pkgs/boost_cropped/distros/slackware.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
boost
1 change: 1 addition & 0 deletions build/pkgs/bzip2/distros/slackware.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bzip2
1 change: 1 addition & 0 deletions build/pkgs/cmake/distros/slackware.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cmake
2 changes: 2 additions & 0 deletions build/pkgs/curl/distros/slackware.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
curl
cyrus-sasl
4 changes: 4 additions & 0 deletions build/pkgs/freetype/distros/slackware.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
freetype
harfbuzz
glib
glib2
1 change: 1 addition & 0 deletions build/pkgs/git/distros/slackware.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git
1 change: 1 addition & 0 deletions build/pkgs/gmp/distros/slackware.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gmp
1 change: 1 addition & 0 deletions build/pkgs/gsl/distros/slackware.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gsl
1 change: 1 addition & 0 deletions build/pkgs/libffi/distros/slackware.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
libffi
1 change: 1 addition & 0 deletions build/pkgs/libgd/distros/slackware.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gd
1 change: 1 addition & 0 deletions build/pkgs/mpfr/distros/slackware.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mpfr
1 change: 1 addition & 0 deletions build/pkgs/ncurses/distros/slackware.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ncurses
1 change: 1 addition & 0 deletions build/pkgs/openssl/distros/slackware.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
openssl openssl-solibs
1 change: 1 addition & 0 deletions build/pkgs/patch/distros/slackware.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
patch
1 change: 1 addition & 0 deletions build/pkgs/pcre/distros/slackware.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pcre
1 change: 1 addition & 0 deletions build/pkgs/readline/distros/slackware.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
readline
2 changes: 2 additions & 0 deletions build/pkgs/sqlite/distros/slackware.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sqlite
icu4c
1 change: 1 addition & 0 deletions build/pkgs/xz/distros/slackware.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
xz
1 change: 1 addition & 0 deletions build/pkgs/yasm/distros/slackware.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yasm
1 change: 1 addition & 0 deletions build/pkgs/zlib/distros/slackware.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
zlib

0 comments on commit 9939051

Please sign in to comment.