Skip to content

Commit

Permalink
modify cmake (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouyujie191870288 committed Apr 6, 2024
1 parent 89239c1 commit fd25164
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 21 deletions.
6 changes: 1 addition & 5 deletions cmake/application.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ set(patch_command
${CMAKE_CURRENT_SOURCE_DIR}/patches/25.constant_acc.patch
${CMAKE_CURRENT_SOURCE_DIR}/patches/26.scalars_flux.patch
${CMAKE_CURRENT_SOURCE_DIR}/patches/26.adiabatic_hydro.patch
${CMAKE_CURRENT_SOURCE_DIR}/patches/27.coordinates.patch
${CMAKE_CURRENT_SOURCE_DIR}/patches/28.bvals_cc.patch
${CMAKE_CURRENT_SOURCE_DIR}/patches/29.mesh.patch
${CMAKE_CURRENT_SOURCE_DIR}/patches/30.bvals_base.patch
${CMAKE_CURRENT_SOURCE_DIR}/patches/31.task_list.patch)
${CMAKE_CURRENT_SOURCE_DIR}/patches/27.coordinates.patch)

# Define the path to the local directory
set(local_dir "$ENV{HOME}/modules/application")
Expand Down
6 changes: 1 addition & 5 deletions cmake/gtest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ set(patch_command
${CMAKE_CURRENT_SOURCE_DIR}/patches/25.constant_acc.patch
${CMAKE_CURRENT_SOURCE_DIR}/patches/26.scalars_flux.patch
${CMAKE_CURRENT_SOURCE_DIR}/patches/26.adiabatic_hydro.patch
${CMAKE_CURRENT_SOURCE_DIR}/patches/27.coordinates.patch
${CMAKE_CURRENT_SOURCE_DIR}/patches/28.bvals_cc.patch
${CMAKE_CURRENT_SOURCE_DIR}/patches/29.mesh.patch
${CMAKE_CURRENT_SOURCE_DIR}/patches/30.bvals_base.patch
${CMAKE_CURRENT_SOURCE_DIR}/patches/31.task_list.patch)
${CMAKE_CURRENT_SOURCE_DIR}/patches/27.coordinates.patch)

# Define the path to the local directory
set(local_dir "$ENV{HOME}/modules/gtest")
Expand Down
6 changes: 1 addition & 5 deletions cmake/yamlpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ set(patch_command
${CMAKE_CURRENT_SOURCE_DIR}/patches/25.constant_acc.patch
${CMAKE_CURRENT_SOURCE_DIR}/patches/26.scalars_flux.patch
${CMAKE_CURRENT_SOURCE_DIR}/patches/26.adiabatic_hydro.patch
${CMAKE_CURRENT_SOURCE_DIR}/patches/27.coordinates.patch
${CMAKE_CURRENT_SOURCE_DIR}/patches/28.bvals_cc.patch
${CMAKE_CURRENT_SOURCE_DIR}/patches/29.mesh.patch
${CMAKE_CURRENT_SOURCE_DIR}/patches/30.bvals_base.patch
${CMAKE_CURRENT_SOURCE_DIR}/patches/31.task_list.patch)
${CMAKE_CURRENT_SOURCE_DIR}/patches/27.coordinates.patch)

# Define the path to the local directory
set(local_dir "$ENV{HOME}/modules/yamlpp")
Expand Down
17 changes: 11 additions & 6 deletions data/check_data_integrity.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
#! /bin/bash

#$1/fetch_hitran2012.sh $1
#$1/fetch_hitran2020.sh $1
#$1/fetch_jup_midir_H2broaden.sh $1
#$1/fetch_jup_atm_moses_modelc.sh $1
#$1/fetch_H2-He-cia.sh $1
#$1/fetch_exogcm_opacity.sh $1
FETCH_DATA=FALSE

if [ "$FETCH_DATA" = "TRUE" ]; then
#$1/fetch_hitran2012.sh $1
$1/fetch_hitran2020.sh $1
$1/fetch_jup_midir_H2broaden.sh $1
$1/fetch_jup_atm_moses_modelc.sh $1
$1/fetch_H2-He-cia.sh $1
$1/fetch_exogcm_opacity.sh $1
fi

0 comments on commit fd25164

Please sign in to comment.