Skip to content

Commit

Permalink
Attempt to fix cx-oracle installation
Browse files Browse the repository at this point in the history
  • Loading branch information
tikk3r committed Nov 8, 2024
1 parent 2eb3fb6 commit 2b3e0a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion singularity/Singularity.amd_aocl
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ From: fedora:38
#
# Setup the Python environment.
#
sudo dnf -y install python3-cx-oracle
wget https://raw.githubusercontent.com/tikk3r/flocs/fedora-py3/requirements3.txt -O $INSTALLDIR/requirements3.txt
pip --version
#pip install --upgrade setuptools
Expand Down Expand Up @@ -298,7 +299,7 @@ From: fedora:38
wget https://lta.lofar.eu/software/lofar_lta-2.8.0.tar.gz
tar xf lofar_lta-*
cd lofar_lta-2.8.0
python setup.py install_oracle
#python setup.py install_oracle
python setup.py install
cd ..
rm lofar_lta*.tar.gz
Expand Down
3 changes: 2 additions & 1 deletion singularity/Singularity.intel_mkl
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ EOF
#
# Setup the Python environment.
#
sudo dnf -y install python3-cx-oracle
wget https://raw.githubusercontent.com/tikk3r/flocs/fedora-py3/requirements3.txt -O $INSTALLDIR/requirements3.txt
pip --version
pip install --upgrade "setuptools>=v74.0.0 "
Expand Down Expand Up @@ -277,7 +278,7 @@ EOF
wget https://lta.lofar.eu/software/lofar_lta-2.8.0.tar.gz
tar xf lofar_lta-*
cd lofar_lta-2.8.0
python setup.py install_oracle
#python setup.py install_oracle
python setup.py install
cd ..
rm lofar_lta*.tar.gz
Expand Down

0 comments on commit 2b3e0a9

Please sign in to comment.