Skip to content

Commit

Permalink
Merge pull request #503 from jsberg-bnl/allow-no-utilities
Browse files Browse the repository at this point in the history
Allow gnu_utilities_src to be absent
  • Loading branch information
DavidSagan committed Sep 23, 2023
2 parents 9ace86b + 8212d84 commit 14c7ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion util/acc_build_common
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ if ( [ "${1}" == "-debug" ] || [ "${1}" == "-production" ] ) ; then
func_set_fortran_flags
[ "${PROJ_DIR_NAME}" == "LAPACK95" ] || func_make_build_directory
func_set_LD_LIBRARY_PATH
func_install_utilities
[ -d ${BASE_DIR}/gnu_utilities_src ] && func_install_utilities

echo -e "\nThe search PATH is: ${PATH}\n"
echo -e "\nThe search LD_LIBRARY_PATH is: ${LD_LIBRARY_PATH}\n"
Expand Down
2 changes: 1 addition & 1 deletion util/dist_source_me
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#-----------------------------------------------------------------
func_is_dir_toplevel () {

DIST_TOPLEVEL_CHECKLIST="bmad build_system util gnu_utilities_src"
DIST_TOPLEVEL_CHECKLIST="bmad build_system util"
TESTDIR=${1}
RETVAL="Y"

Expand Down

0 comments on commit 14c7ef8

Please sign in to comment.