Skip to content

Commit

Permalink
increase version sextractor to 2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrigno committed Jan 12, 2024
1 parent b2f4d8e commit 2298ad6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,13 @@ jobs:
- name: Install sextractor
run: |
sudo apt-get install -y fftw3 fftw3-dev pkg-config libblas-dev liblapack-dev libatlas-cpp-0.6-dev g++ make automake autoconf libtool libatlas-base-dev
curl -L https://github.com/astromatic/sextractor/archive/refs/tags/2.25.0.tar.gz | tar xzf -
cd sextractor-2.25.0
curl -L https://github.com/astromatic/sextractor/archive/refs/tags/2.28.0.tar.gz | tar xzf -
rm 2.28.0.tar.gz
cd sextractor-2.28.0
bash autogen.sh
echo $LD_LIBRARY_PATH
./configure
make -j
sudo make install
- name: Lint with flake8
Expand Down

0 comments on commit 2298ad6

Please sign in to comment.