Skip to content

Commit

Permalink
merge chores
Browse files Browse the repository at this point in the history
  • Loading branch information
glyg committed Jan 24, 2024
1 parent 335464d commit 23e6427
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .omeroci/py-setup
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ set -x
TARGET=${TARGET:-..}
PLUGIN=${PLUGIN:-}

<<<<<<< HEAD:.omeroci/py-setup
export JAVA_HOME=$(readlink -f /usr/bin/java | sed "s:/bin/java::")
export JAVA_LD_LIBRARY_PATH="$JAVA_HOME/lib/:$JAVA_HOME/lib/server"
export CONDA_BACKUP_JAVA_HOME=$JAVA_HOME
Expand All @@ -21,12 +20,3 @@ conda create -n omero python=3.9
conda activate omero
conda install -c conda-forge zeroc-ice=3.6.5
conda install -c bioconda bftools

=======
>>>>>>> be5209a (update .omero, some test failing):.omero/py-setup
cd $TARGET
cd $(setup_dir)
python setup.py sdist
pip install -U dist/*.tar.gz
python setup.py clean
rm -rf dist *egg-info src/*egg-info

0 comments on commit 23e6427

Please sign in to comment.