File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22cmake_minimum_required (VERSION 3.16)
33
44# Set the name of the project
5- project (GEMS3K VERSION 4.4.2 LANGUAGES CXX C)
5+ project (GEMS3K VERSION 4.4.3 LANGUAGES CXX C)
66
77set (CMAKE_CXX_STANDARD 20)
88set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change 11#pragma once
22
3- #define GEMS3K_VERSION "4.4.2 "
4- #define GEMS3K_VERSION_HASH "b67c32d "
5- #define GEMS3K_GIT_BRANCH "free_bug "
3+ #define GEMS3K_VERSION "4.4.3 "
4+ #define GEMS3K_VERSION_HASH "33622fe "
5+ #define GEMS3K_GIT_BRANCH "master "
66#define GEMS3K_ChemicalFun "0.1.12"
77#define GEMS3K_ThermoFun "0.5.2"
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ test -f /usr/local/lib/libChemicalFun.$EXTN || {
123123 # Building thermofun library
124124 mkdir -p ~ /code && \
125125 cd ~ /code && \
126- git clone https://bitbucket.org/gems4 /chemicalfun.git -b $BRANCH_TFUN && \
126+ git clone https://github.com/thermohub /chemicalfun.git -b $BRANCH_TFUN && \
127127 cd chemicalfun && \
128128 mkdir -p build && \
129129 cd build && \
@@ -144,7 +144,7 @@ test -f /usr/local/lib/libThermoFun.$EXTN || {
144144 # Building thermofun library
145145 mkdir -p ~ /code && \
146146 cd ~ /code && \
147- git clone https://bitbucket.org/gems4 /thermofun.git -b $BRANCH_TFUN && \
147+ git clone https://github.com/thermohub /thermofun.git -b $BRANCH_TFUN && \
148148 cd thermofun && \
149149 mkdir -p build && \
150150 cd build && \
You can’t perform that action at this time.
0 commit comments