Skip to content

Commit

Permalink
Merge pull request #10 from arcaneframework/dev/sdc-plug-app-build-sy…
Browse files Browse the repository at this point in the history
…stem-submodule

Update build-system
  • Loading branch information
stdcm authored Nov 29, 2023
2 parents 3ccbdd6 + 9e0a8e6 commit d4c5d03
Show file tree
Hide file tree
Showing 377 changed files with 17 additions and 93,949 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "common/ArcaneInfra/build-system"]
path = common/ArcaneInfra/build-system
url = https://github.com/arcaneframework/app_buildsystem_tools.git
13 changes: 10 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,16 @@ project(ShArc VERSION 0.1)
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/common/ArcaneInfra/build-system/arcgeosim)
set(USE_LANGUAGE_GUMP ON)
set(USE_LANGUAGE_LAW ON)

message(status "Arcane_DIR : ${Arcane_DIR}")

set(ARCGEOSIM_FRAMEWORK_ROOT ${PROJECT_SOURCE_DIR}/common)
set(ARCGEOSIM_FRAMEWORK_BINARY_DIR ${PROJECT_BINARY_DIR}/common)

# check submodule is loaded
if (NOT EXISTS ${PROJECT_SOURCE_DIR}/common/ArcaneInfra/build-system/arcgeosim/LoadArcGeoSim.cmake)
message(FATAL_ERROR "build-system not found, to update build-system submodule run the following command: "
"\n cd ${CMAKE_CURRENT_SOURCE_DIR}"
"\n git submodule update --init"
)
endif ()
# chargement du système de compilation
include(LoadArcGeoSim)

Expand Down
1 change: 1 addition & 0 deletions common/ArcaneInfra/build-system
Submodule build-system added at ab5dce
3 changes: 0 additions & 3 deletions common/ArcaneInfra/build-system/README.md

This file was deleted.

149 changes: 0 additions & 149 deletions common/ArcaneInfra/build-system/alien/AlienLegacyConfig.h.in

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions common/ArcaneInfra/build-system/alien/LoadAlienOptions.cmake

This file was deleted.

118 changes: 0 additions & 118 deletions common/ArcaneInfra/build-system/alien/LoadAlienPackages.cmake

This file was deleted.

Loading

0 comments on commit d4c5d03

Please sign in to comment.