Skip to content

Commit 39af5e2

Browse files
authored
Merge pull request #163 from ubccr/xdmod-fix
Fix arm64 builds
2 parents 6a44e12 + 60bf627 commit 39af5e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xdmod/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dnf module -y install nodejs:16
2525
dnf install -y \
2626
expect \
2727
python3-devel \
28+
python3-scipy \
2829
pcp-devel \
2930
python3-pexpect \
3031
php-pear \
@@ -70,7 +71,6 @@ echo "extension=mongodb.so" >> /etc/php.d/40-mongodb.ini
7071
# This is required because /usr/bin/supremm-setup uses the platform-python
7172
/usr/libexec/platform-python -m pip install pymongo==3.7.0 --upgrade
7273
/usr/libexec/platform-python -m pip install pytz
73-
/usr/libexec/platform-python -m pip install scipy
7474
/usr/libexec/platform-python -m pip install Cython
7575
/usr/libexec/platform-python -m pip install pcp
7676
/usr/libexec/platform-python -m pip install PyMySQL

0 commit comments

Comments
 (0)