Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion models/model_calvetti_py/model_calvetti_py.h
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ class Model_model_calvetti_py : public amici::Model_DAE {
* @return AMICI git commit hash
*/
std::string get_amici_commit() const override {
return "20b07e9a8c19bdb7bf94a562f61b3d08dc0299d0";
return "63f2e78a186ee722a79b0da2797e0c116ec81065";
}

bool has_quadratic_llh() const override {
Expand Down
4 changes: 2 additions & 2 deletions models/model_calvetti_py/swig/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ if(NOT "${PY_EXT_SUFFIX}" STREQUAL "")
endif()


swig_link_libraries(${SWIG_LIBRARY_NAME}
${Python3_LIBRARIES}
target_link_libraries(${SWIG_LIBRARY_NAME}
Python3::Module
model)

install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.py
Expand Down
2 changes: 1 addition & 1 deletion models/model_dirac_py/model_dirac_py.h
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ class Model_model_dirac_py : public amici::Model_ODE {
* @return AMICI git commit hash
*/
std::string get_amici_commit() const override {
return "20b07e9a8c19bdb7bf94a562f61b3d08dc0299d0";
return "63f2e78a186ee722a79b0da2797e0c116ec81065";
}

bool has_quadratic_llh() const override {
Expand Down
4 changes: 2 additions & 2 deletions models/model_dirac_py/swig/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ if(NOT "${PY_EXT_SUFFIX}" STREQUAL "")
endif()


swig_link_libraries(${SWIG_LIBRARY_NAME}
${Python3_LIBRARIES}
target_link_libraries(${SWIG_LIBRARY_NAME}
Python3::Module
model)

install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.py
Expand Down
2 changes: 1 addition & 1 deletion models/model_events_py/model_events_py.h
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ class Model_model_events_py : public amici::Model_ODE {
* @return AMICI git commit hash
*/
std::string get_amici_commit() const override {
return "20b07e9a8c19bdb7bf94a562f61b3d08dc0299d0";
return "63f2e78a186ee722a79b0da2797e0c116ec81065";
}

bool has_quadratic_llh() const override {
Expand Down
4 changes: 2 additions & 2 deletions models/model_events_py/swig/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ if(NOT "${PY_EXT_SUFFIX}" STREQUAL "")
endif()


swig_link_libraries(${SWIG_LIBRARY_NAME}
${Python3_LIBRARIES}
target_link_libraries(${SWIG_LIBRARY_NAME}
Python3::Module
model)

install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ class Model_model_jakstat_adjoint_py : public amici::Model_ODE {
* @return AMICI git commit hash
*/
std::string get_amici_commit() const override {
return "20b07e9a8c19bdb7bf94a562f61b3d08dc0299d0";
return "63f2e78a186ee722a79b0da2797e0c116ec81065";
}

bool has_quadratic_llh() const override {
Expand Down
4 changes: 2 additions & 2 deletions models/model_jakstat_adjoint_py/swig/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ if(NOT "${PY_EXT_SUFFIX}" STREQUAL "")
endif()


swig_link_libraries(${SWIG_LIBRARY_NAME}
${Python3_LIBRARIES}
target_link_libraries(${SWIG_LIBRARY_NAME}
Python3::Module
model)

install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.py
Expand Down
2 changes: 1 addition & 1 deletion models/model_nested_events_py/model_nested_events_py.h
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ class Model_model_nested_events_py : public amici::Model_ODE {
* @return AMICI git commit hash
*/
std::string get_amici_commit() const override {
return "20b07e9a8c19bdb7bf94a562f61b3d08dc0299d0";
return "63f2e78a186ee722a79b0da2797e0c116ec81065";
}

bool has_quadratic_llh() const override {
Expand Down
4 changes: 2 additions & 2 deletions models/model_nested_events_py/swig/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ if(NOT "${PY_EXT_SUFFIX}" STREQUAL "")
endif()


swig_link_libraries(${SWIG_LIBRARY_NAME}
${Python3_LIBRARIES}
target_link_libraries(${SWIG_LIBRARY_NAME}
Python3::Module
model)

install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.py
Expand Down
2 changes: 1 addition & 1 deletion models/model_neuron_py/model_neuron_py.h
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ class Model_model_neuron_py : public amici::Model_ODE {
* @return AMICI git commit hash
*/
std::string get_amici_commit() const override {
return "20b07e9a8c19bdb7bf94a562f61b3d08dc0299d0";
return "63f2e78a186ee722a79b0da2797e0c116ec81065";
}

bool has_quadratic_llh() const override {
Expand Down
4 changes: 2 additions & 2 deletions models/model_neuron_py/swig/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ if(NOT "${PY_EXT_SUFFIX}" STREQUAL "")
endif()


swig_link_libraries(${SWIG_LIBRARY_NAME}
${Python3_LIBRARIES}
target_link_libraries(${SWIG_LIBRARY_NAME}
Python3::Module
model)

install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.py
Expand Down
2 changes: 1 addition & 1 deletion models/model_robertson_py/model_robertson_py.h
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ class Model_model_robertson_py : public amici::Model_DAE {
* @return AMICI git commit hash
*/
std::string get_amici_commit() const override {
return "20b07e9a8c19bdb7bf94a562f61b3d08dc0299d0";
return "63f2e78a186ee722a79b0da2797e0c116ec81065";
}

bool has_quadratic_llh() const override {
Expand Down
4 changes: 2 additions & 2 deletions models/model_robertson_py/swig/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ if(NOT "${PY_EXT_SUFFIX}" STREQUAL "")
endif()


swig_link_libraries(${SWIG_LIBRARY_NAME}
${Python3_LIBRARIES}
target_link_libraries(${SWIG_LIBRARY_NAME}
Python3::Module
model)

install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.py
Expand Down
2 changes: 1 addition & 1 deletion models/model_steadystate_py/model_steadystate_py.h
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ class Model_model_steadystate_py : public amici::Model_ODE {
* @return AMICI git commit hash
*/
std::string get_amici_commit() const override {
return "20b07e9a8c19bdb7bf94a562f61b3d08dc0299d0";
return "63f2e78a186ee722a79b0da2797e0c116ec81065";
}

bool has_quadratic_llh() const override {
Expand Down
4 changes: 2 additions & 2 deletions models/model_steadystate_py/swig/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ if(NOT "${PY_EXT_SUFFIX}" STREQUAL "")
endif()


swig_link_libraries(${SWIG_LIBRARY_NAME}
${Python3_LIBRARIES}
target_link_libraries(${SWIG_LIBRARY_NAME}
Python3::Module
model)

install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ if(NOT "${PY_EXT_SUFFIX}" STREQUAL "")
endif()


swig_link_libraries(${SWIG_LIBRARY_NAME}
${Python3_LIBRARIES}
target_link_libraries(${SWIG_LIBRARY_NAME}
Python3::Module
model)

install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.py
Expand Down
Loading