Skip to content

Commit

Permalink
Merge branch 'pipclass_sz'
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbolliet committed Sep 28, 2024
2 parents be1af96 + c231f9e commit 34a939e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion class-sz/select_makefile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ elif [ "$UNAME_S" == "Linux" ]; then
cp Makefile_linux Makefile
else
echo "OS not supported yet: $UNAME_S. See README.md for preM1 mac. Otherwise, please get in touch or open an issue on the CLASS-SZ github."
exit 1
echo "UNAME_S: $UNAME_S"
echo "UNAME_M: $UNAME_M"
echo "will try with Makefile_linux"
cp Makefile_linux Makefile
fi

0 comments on commit 34a939e

Please sign in to comment.