Skip to content

Commit

Permalink
Bumps version to 4.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonl committed Dec 16, 2022
1 parent 6f9f140 commit 573bdbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.2)
project(minimac4 VERSION 4.1.0)
project(minimac4 VERSION 4.1.1)

if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose build type (Debug|Release|RelWithDebInfo|MinSizeRel)" FORCE)
Expand Down
1 change: 1 addition & 0 deletions package-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ cd ${build_dir}

export CFLAGS="-fPIC"
export CXXFLAGS="-fPIC"
cget ignore xz
cget install zlib,http://zlib.net/fossils/zlib-1.2.11.tar.gz
rm cget/lib/libz.so
cget install -f ${src_dir}/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
statgen/[email protected]
jonathonl/omp@522849581eb900a8bce9621a557ef1cadf600441
jonathonl/omp@v1.0.0

0 comments on commit 573bdbd

Please sign in to comment.