Skip to content

Commit

Permalink
build/pkgs/{lie,rubiks}/spkg-install.in: Remove SunOS support code
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jan 7, 2024
1 parent 7d72bbe commit b72ead6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions build/pkgs/lie/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ die () {
cd src

chmod -R a+rX .
if [ $UNAME = "SunOS" ]; then
sage-apply-patches -d solaris || die "Error patching LiE."
fi

# Building LiE in parallel is broken
export MAKE="$MAKE -j1"
Expand Down
6 changes: 1 addition & 5 deletions build/pkgs/rubiks/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ echo " "
# End of pretty general spkg-install file.
# Now do the specific things needed for this package (rubiks)

if [ $UNAME = "SunOS" ]; then
INSTALL=cp; export INSTALL
else
INSTALL=install; export INSTALL
fi
INSTALL=install; export INSTALL

if [ $UNAME = "Darwin" ]; then
# #34293: Work around compiler hang
Expand Down

0 comments on commit b72ead6

Please sign in to comment.