Skip to content

Commit

Permalink
Minor updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
interkosmos committed Feb 26, 2024
1 parent 1137898 commit 9ba9ffa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
run: |
sudo apt list --installed
sudo apt update
sudo apt-get remove -y sqlite3 libsqlite3-dev
sudo apt-get install -y gcc-${GCC_V} gfortran-${GCC_V} make pkg-config
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_V} 100 \
--slave /usr/bin/gfortran gfortran /usr/bin/gfortran-${GCC_V}
sudo apt-get install -y --no-install-recommends libblas-dev liblapack-dev \
curl libcurl4 libcurl4-openssl-dev libfcgi-bin libfcgi-dev gnuplot-nox \
libhdf5-103-1 libhdf5-dev lua5.4 liblua5.4 liblua5.4-dev libpcre2-8-0 \
libpcre2-dev zlib1g zlib1g-dev
sudo apt-get remove -y sqlite3 libsqlite3-dev
- name: Build and Install SQLite 3 (Linux)
if: contains(matrix.os, 'ubuntu')
Expand All @@ -46,6 +46,7 @@ jobs:
cd sqlite/
./configure
sudo make install
/usr/local/bin/sqlite3 --version
- name: Build and Test (Linux)
if: contains(matrix.os, 'ubuntu')
Expand Down
2 changes: 1 addition & 1 deletion fpm.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "dmpack"
version = "0.9.3"
version = "0.9.4"
license = "ISC"
author = "Philipp Engel"
maintainer = "@interkosmos"
Expand Down

0 comments on commit 9ba9ffa

Please sign in to comment.