Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hsh-maxima
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
hsh-maxima
Commits
23c0e601
Commit
23c0e601
authored
2 years ago
by
Lennart Kramer
Browse files
Options
Downloads
Patches
Plain Diff
remove unnecessary arch probing
parent
42a776fb
Branches
Branches containing commit
Tags
v.1.2.3
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
buildscript.sh
+0
-5
0 additions, 5 deletions
buildscript.sh
with
0 additions
and
5 deletions
buildscript.sh
+
0
−
5
View file @
23c0e601
...
@@ -6,11 +6,6 @@ set -e
...
@@ -6,11 +6,6 @@ set -e
echo
${
MAXIMA_VERSION
?Error \
$MAXIMA_VERSION
is not defined
}
\
echo
${
MAXIMA_VERSION
?Error \
$MAXIMA_VERSION
is not defined
}
\
${
SBCL_VERSION
?Error \
$SBCL_VERSION
is not defined
}
${
SBCL_VERSION
?Error \
$SBCL_VERSION
is not defined
}
SBCL_ARCH
=
$(
dpkg
--print-architecture
)
if
[
$SBCL_ARCH
=
amd64
]
;
then
SBCL_ARCH
=
x86-64
fi
apt-get update
apt-get update
apt-get
install
-y
bzip2 make wget python3 gcc texinfo curl libcap2-bin
apt-get
install
-y
bzip2 make wget python3 gcc texinfo curl libcap2-bin
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment