GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
@@ -44,14 +44,26 @@ if(NOT DEFINED CACHE{PystencilsSfg_PYTHON_INTERPRETER})
...
@@ -44,14 +44,26 @@ if(NOT DEFINED CACHE{PystencilsSfg_PYTHON_INTERPRETER})
)
)
endif()
endif()
message( STATUS "Installing required Python packages...")
set(CODEGEN_VENV_REQUIREMENTS ${PROJECT_SOURCE_DIR}/requirements.txt CACHE PATH "Location of the requirements installed in the virtual environment used for code generation")
set(CODEGEN_VENV_REQUIREMENTS ${PROJECT_SOURCE_DIR}/requirements.txt CACHE FILEPATH "Location of the requirements installed in the virtual environment used for code generation")
set(Pystencils_URL "git+https://i10git.cs.fau.de/pycodegen/pystencils.git@v2.0-dev" CACHE STRING "Location of pystencils to installed in the virtual environment used for code generation")
set(PystencilsSfg_URL "git+https://i10git.cs.fau.de/pycodegen/pystencils-sfg.git" CACHE STRING "Location of pystencils-sfg to installed in the virtual environment used for code generation")
message( STATUS "Installing required Pystencils from ${Pystencils_URL}")