Skip to content

Question about the offline installation #222

@h2joh33

Description

@h2joh33

Hello,

Is there a way to install ENDFtk in an offline environment?

cmake, c++ compiler, and python are all installed.
To install offline, I downloaded the zip file instead of cloning the git repository and attempted to build it.
The command I used is as follows:
cmake -DCMAKE_BUILD_TYPE=Release ../

During the build process, the following message appeared:

CMake Error at C:/Program Files/CMake/share/cmake-3.31/Modules/ExternalProject/shared_internal_commands.cmake:44 (message):
Git remote not found in parent project.
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.31/Modules/ExternalProject/shared_internal_commands.cmake:161 (_ep_get_git_remote_url)
C:/Program Files/CMake/share/cmake-3.31/Modules/FetchContent.cmake:1329 (_ep_resolve_git_remote)
.cmake/shacl_FetchContent.cmake:176 (FetchContent_Declare)
cmake/dependencies.cmake:5 (shacl_FetchContent_Declare)
CMakeLists.txt:51 (include)

-- Configuring incomplete, errors occurred!

I suspect this is due to the git online connection requirement.
I'm wondering if there is a way to install ENDFtk in an offline environment.
If so, I would greatly appreciate your guidance.

Thanks a lot in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions