Skip to content

Commit

Permalink
Clean up the job file now that it is working
Browse files Browse the repository at this point in the history
  • Loading branch information
aglavic committed Aug 11, 2023
1 parent 0928e3e commit 3421b4e
Showing 1 changed file with 0 additions and 53 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/validate_bornagain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,65 +25,12 @@ jobs:
sudo apt-get install -y --no-install-recommends python3-dev python3-pip
# sudo apt-get install -y --no-install-recommends build-essential \
# gfortran cmake \
# libgsl-dev libboost-all-dev libfftw3-dev libtiff5-dev libcerf-dev libeigen3-dev \
# qtbase5-dev libqt5designercomponents5 qttools5-dev libqt5svg5-dev libqt5opengl5-dev libx11-xcb1

# sudo apt-get install -y --no-install-recommends qt6-base-dev libqt6svg6-dev

# - name: ccache
# uses: hendrikmuhs/[email protected]
#
# - name: permanently amend PATH
# run: |
# echo "PATH=/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH" >> $GITHUB_ENV
#
# - name: install own dependency LibHeinz
# run: |
# git clone https://jugit.fz-juelich.de/mlz/libheinz.git
# pushd libheinz
# mkdir build && pushd build
# cmake ..
# make
# sudo make install
#
# - name: install own dependency libcerf
# run: |
# git clone https://jugit.fz-juelich.de/mlz/libcerf.git
# pushd libcerf
# mkdir build && pushd build
# cmake ..
# make
# sudo make install
#
# - name: install own dependency LibFormFactor
# run: |
# git clone https://jugit.fz-juelich.de/mlz/libformfactor.git
# pushd libformfactor
# mkdir build && pushd build
# cmake ..
# make
# sudo make install

- name: Install Python packages
run: |
python3 -m pip install --upgrade pip
python3 -m pip install cython pytest build wheel setuptools
python3 -m pip install numpy matplotlib auditwheel
# - name: Build BornAgain
# run: |
# git clone --depth 1 --single-branch --branch main https://jugit.fz-juelich.de/mlz/bornagain.git
# pushd bornagain
# git submodule update
# mkdir build && pushd build
#
# cmake -DBA_PY_PACKAGE=ON -DBA_GUI=OFF -DCMAKE_INSTALL_PREFIX=/usr/local ../
# make -j4
# pushd PythonPackage/*
# python3 -m pip install .

- name: Install BornAgain
run: |
python3 -m pip install bornagain
Expand Down

0 comments on commit 3421b4e

Please sign in to comment.