Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/amuse_mpi/support/aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@

m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
m4_include([shared/m4/amuse_detect_os.m4])
m4_include([shared/m4/amuse_log_envvars.m4])
m4_include([shared/m4/ax_mpi.m4])
13 changes: 13 additions & 0 deletions lib/amuse_mpi/support/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2326,6 +2326,19 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu



amuse_le_vars="SHELL CC CXX FC F77 MPICC MPICXX MPIFC CFLAGS CXXFLAGS CPPFLAGS LDFLAGS LIBS OMPI_CC OMPI_CXX OMPI_FC OMPI_CPPFLAGS OMPI_LDFLAGS OMPI_LIBS"

printf "%s\n" "=== Shell environment ==="

for amuse_le_var in ${amuse_le_vars}
do
eval "amuse_le_val=\${$amuse_le_var}"
printf "%s\n" "${amuse_le_var}=${amuse_le_val}"
done
printf "%s\n" "=== End shell environment ==="





# Make sure we can run config.sub.
Expand Down
2 changes: 2 additions & 0 deletions lib/amuse_mpi/support/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
AC_CONFIG_MACRO_DIRS([shared/m4])
AC_INIT([amuse-lib-amuse_mpi], [1.0])

AMUSE_LOG_ENVVARS()

AMUSE_DETECT_OS()

AC_PROG_CC()
Expand Down
1 change: 1 addition & 0 deletions lib/forsockets/support/aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@

m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
m4_include([shared/m4/amuse_detect_os.m4])
m4_include([shared/m4/amuse_log_envvars.m4])
m4_include([shared/m4/fortran.m4])
13 changes: 13 additions & 0 deletions lib/forsockets/support/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2304,6 +2304,19 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu



amuse_le_vars="SHELL CC CXX FC F77 MPICC MPICXX MPIFC CFLAGS CXXFLAGS CPPFLAGS LDFLAGS LIBS OMPI_CC OMPI_CXX OMPI_FC OMPI_CPPFLAGS OMPI_LDFLAGS OMPI_LIBS"

printf "%s\n" "=== Shell environment ==="

for amuse_le_var in ${amuse_le_vars}
do
eval "amuse_le_val=\${$amuse_le_var}"
printf "%s\n" "${amuse_le_var}=${amuse_le_val}"
done
printf "%s\n" "=== End shell environment ==="





# Make sure we can run config.sub.
Expand Down
2 changes: 2 additions & 0 deletions lib/forsockets/support/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
AC_CONFIG_MACRO_DIRS([shared/m4])
AC_INIT([amuse-lib-forsockets], [1.0])

AMUSE_LOG_ENVVARS()

AMUSE_DETECT_OS()

AC_PROG_CC()
Expand Down
1 change: 1 addition & 0 deletions lib/g6lib/support/aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@

m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
m4_include([shared/m4/amuse_detect_os.m4])
m4_include([shared/m4/amuse_log_envvars.m4])
13 changes: 13 additions & 0 deletions lib/g6lib/support/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2211,6 +2211,19 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu



amuse_le_vars="SHELL CC CXX FC F77 MPICC MPICXX MPIFC CFLAGS CXXFLAGS CPPFLAGS LDFLAGS LIBS OMPI_CC OMPI_CXX OMPI_FC OMPI_CPPFLAGS OMPI_LDFLAGS OMPI_LIBS"

printf "%s\n" "=== Shell environment ==="

for amuse_le_var in ${amuse_le_vars}
do
eval "amuse_le_val=\${$amuse_le_var}"
printf "%s\n" "${amuse_le_var}=${amuse_le_val}"
done
printf "%s\n" "=== End shell environment ==="





# Make sure we can run config.sub.
Expand Down
2 changes: 2 additions & 0 deletions lib/g6lib/support/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
AC_CONFIG_MACRO_DIRS([shared/m4])
AC_INIT([amuse-lib-g6], [1.0])

AMUSE_LOG_ENVVARS()

AMUSE_DETECT_OS()

AC_PROG_CC()
Expand Down
1 change: 1 addition & 0 deletions lib/sapporo_light/support/aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
m4_include([shared/m4/amuse_cuda.m4])
m4_include([shared/m4/amuse_detect_os.m4])
m4_include([shared/m4/amuse_log_envvars.m4])
13 changes: 13 additions & 0 deletions lib/sapporo_light/support/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2528,6 +2528,19 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu



amuse_le_vars="SHELL CC CXX FC F77 MPICC MPICXX MPIFC CFLAGS CXXFLAGS CPPFLAGS LDFLAGS LIBS OMPI_CC OMPI_CXX OMPI_FC OMPI_CPPFLAGS OMPI_LDFLAGS OMPI_LIBS"

printf "%s\n" "=== Shell environment ==="

for amuse_le_var in ${amuse_le_vars}
do
eval "amuse_le_val=\${$amuse_le_var}"
printf "%s\n" "${amuse_le_var}=${amuse_le_val}"
done
printf "%s\n" "=== End shell environment ==="





# Make sure we can run config.sub.
Expand Down
2 changes: 2 additions & 0 deletions lib/sapporo_light/support/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
AC_CONFIG_MACRO_DIRS([shared/m4])
AC_INIT([amuse-lib-stopcond], [1.0])

AMUSE_LOG_ENVVARS()

AMUSE_DETECT_OS()

AC_PROG_CC()
Expand Down
1 change: 1 addition & 0 deletions lib/simple_hash/support/aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@

m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
m4_include([shared/m4/amuse_detect_os.m4])
m4_include([shared/m4/amuse_log_envvars.m4])
13 changes: 13 additions & 0 deletions lib/simple_hash/support/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2212,6 +2212,19 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu



amuse_le_vars="SHELL CC CXX FC F77 MPICC MPICXX MPIFC CFLAGS CXXFLAGS CPPFLAGS LDFLAGS LIBS OMPI_CC OMPI_CXX OMPI_FC OMPI_CPPFLAGS OMPI_LDFLAGS OMPI_LIBS"

printf "%s\n" "=== Shell environment ==="

for amuse_le_var in ${amuse_le_vars}
do
eval "amuse_le_val=\${$amuse_le_var}"
printf "%s\n" "${amuse_le_var}=${amuse_le_val}"
done
printf "%s\n" "=== End shell environment ==="





# Make sure we can run config.sub.
Expand Down
2 changes: 2 additions & 0 deletions lib/simple_hash/support/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
AC_CONFIG_MACRO_DIRS([shared/m4])
AC_INIT([amuse-lib-simple_hash], [1.0])

AMUSE_LOG_ENVVARS()

AMUSE_DETECT_OS()

AC_PROG_CC()
Expand Down
1 change: 1 addition & 0 deletions lib/stopcond/support/aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@

m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
m4_include([shared/m4/amuse_detect_os.m4])
m4_include([shared/m4/amuse_log_envvars.m4])
m4_include([shared/m4/ax_mpi.m4])
m4_include([shared/m4/fortran.m4])
13 changes: 13 additions & 0 deletions lib/stopcond/support/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2424,6 +2424,19 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu



amuse_le_vars="SHELL CC CXX FC F77 MPICC MPICXX MPIFC CFLAGS CXXFLAGS CPPFLAGS LDFLAGS LIBS OMPI_CC OMPI_CXX OMPI_FC OMPI_CPPFLAGS OMPI_LDFLAGS OMPI_LIBS"

printf "%s\n" "=== Shell environment ==="

for amuse_le_var in ${amuse_le_vars}
do
eval "amuse_le_val=\${$amuse_le_var}"
printf "%s\n" "${amuse_le_var}=${amuse_le_val}"
done
printf "%s\n" "=== End shell environment ==="





# Make sure we can run config.sub.
Expand Down
2 changes: 2 additions & 0 deletions lib/stopcond/support/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
AC_CONFIG_MACRO_DIRS([shared/m4])
AC_INIT([amuse-lib-stopcond], [1.0])

AMUSE_LOG_ENVVARS()

AMUSE_DETECT_OS()

AC_PROG_CC()
Expand Down
2 changes: 2 additions & 0 deletions src/amuse/rfi/tools/dir_templates/configure_cxx.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ AC_CONFIG_MACRO_DIRS([shared/m4])

AC_INIT([amuse-{code}], [1.0])

AMUSE_LOG_ENVVARS()

# Pick up Conda env or virtualenv
AMUSE_VENV()

Expand Down
2 changes: 2 additions & 0 deletions src/amuse/rfi/tools/dir_templates/configure_fortran.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ AC_CONFIG_MACRO_DIRS([shared/m4])

AC_INIT([amuse-{code}], [1.0])

AMUSE_LOG_ENVVARS()

# Pick up Conda env or virtualenv
AMUSE_VENV()

Expand Down
1 change: 1 addition & 0 deletions src/amuse_aarsethzare/support/aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
m4_include([shared/m4/amuse_lib.m4])
m4_include([shared/m4/amuse_log_envvars.m4])
m4_include([shared/m4/amuse_venv.m4])
m4_include([shared/m4/ax_mpi.m4])
m4_include([shared/m4/fortran.m4])
Expand Down
13 changes: 13 additions & 0 deletions src/amuse_aarsethzare/support/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2381,6 +2381,19 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu




amuse_le_vars="SHELL CC CXX FC F77 MPICC MPICXX MPIFC CFLAGS CXXFLAGS CPPFLAGS LDFLAGS LIBS OMPI_CC OMPI_CXX OMPI_FC OMPI_CPPFLAGS OMPI_LDFLAGS OMPI_LIBS"

printf "%s\n" "=== Shell environment ==="

for amuse_le_var in ${amuse_le_vars}
do
eval "amuse_le_val=\${$amuse_le_var}"
printf "%s\n" "${amuse_le_var}=${amuse_le_val}"
done
printf "%s\n" "=== End shell environment ==="


# Pick up Conda env or virtualenv

if test "x$VIRTUAL_ENV" != x
Expand Down
2 changes: 2 additions & 0 deletions src/amuse_aarsethzare/support/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ AC_CONFIG_MACRO_DIRS([shared/m4])

AC_INIT([amuse-aarsethzare], [1.0])

AMUSE_LOG_ENVVARS()

# Pick up Conda env or virtualenv
AMUSE_VENV()

Expand Down
1 change: 1 addition & 0 deletions src/amuse_adaptb/support/aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
m4_include([shared/m4/amuse_lib.m4])
m4_include([shared/m4/amuse_log_envvars.m4])
m4_include([shared/m4/amuse_venv.m4])
m4_include([shared/m4/ax_count_cpus.m4])
m4_include([shared/m4/ax_mpi.m4])
Expand Down
13 changes: 13 additions & 0 deletions src/amuse_adaptb/support/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2752,6 +2752,19 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu




amuse_le_vars="SHELL CC CXX FC F77 MPICC MPICXX MPIFC CFLAGS CXXFLAGS CPPFLAGS LDFLAGS LIBS OMPI_CC OMPI_CXX OMPI_FC OMPI_CPPFLAGS OMPI_LDFLAGS OMPI_LIBS"

printf "%s\n" "=== Shell environment ==="

for amuse_le_var in ${amuse_le_vars}
do
eval "amuse_le_val=\${$amuse_le_var}"
printf "%s\n" "${amuse_le_var}=${amuse_le_val}"
done
printf "%s\n" "=== End shell environment ==="


# Pick up Conda env or virtualenv

if test "x$VIRTUAL_ENV" != x
Expand Down
2 changes: 2 additions & 0 deletions src/amuse_adaptb/support/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ AC_CONFIG_MACRO_DIRS([shared/m4])

AC_INIT([amuse-adaptb], [1.0])

AMUSE_LOG_ENVVARS()

# Pick up Conda env or virtualenv
AMUSE_VENV()

Expand Down
1 change: 1 addition & 0 deletions src/amuse_athena/support/aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
m4_include([shared/m4/amuse_download.m4])
m4_include([shared/m4/amuse_lib.m4])
m4_include([shared/m4/amuse_log_envvars.m4])
m4_include([shared/m4/amuse_venv.m4])
m4_include([shared/m4/ax_count_cpus.m4])
m4_include([shared/m4/ax_mpi.m4])
Expand Down
13 changes: 13 additions & 0 deletions src/amuse_athena/support/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2822,6 +2822,19 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu




amuse_le_vars="SHELL CC CXX FC F77 MPICC MPICXX MPIFC CFLAGS CXXFLAGS CPPFLAGS LDFLAGS LIBS OMPI_CC OMPI_CXX OMPI_FC OMPI_CPPFLAGS OMPI_LDFLAGS OMPI_LIBS"

printf "%s\n" "=== Shell environment ==="

for amuse_le_var in ${amuse_le_vars}
do
eval "amuse_le_val=\${$amuse_le_var}"
printf "%s\n" "${amuse_le_var}=${amuse_le_val}"
done
printf "%s\n" "=== End shell environment ==="


# Pick up Conda env or virtualenv

if test "x$VIRTUAL_ENV" != x
Expand Down
2 changes: 2 additions & 0 deletions src/amuse_athena/support/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ AC_CONFIG_MACRO_DIRS([shared/m4])

AC_INIT([amuse-athena], [1.0])

AMUSE_LOG_ENVVARS()

# Pick up Conda env or virtualenv
AMUSE_VENV()

Expand Down
1 change: 1 addition & 0 deletions src/amuse_bhtree/support/aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
m4_include([shared/m4/amuse_lib.m4])
m4_include([shared/m4/amuse_log_envvars.m4])
m4_include([shared/m4/amuse_venv.m4])
m4_include([shared/m4/ax_count_cpus.m4])
m4_include([shared/m4/ax_mpi.m4])
Expand Down
14 changes: 13 additions & 1 deletion src/amuse_bhtree/support/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2730,6 +2730,19 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu




amuse_le_vars="SHELL CC CXX FC F77 MPICC MPICXX MPIFC CFLAGS CXXFLAGS CPPFLAGS LDFLAGS LIBS OMPI_CC OMPI_CXX OMPI_FC OMPI_CPPFLAGS OMPI_LDFLAGS OMPI_LIBS"

printf "%s\n" "=== Shell environment ==="

for amuse_le_var in ${amuse_le_vars}
do
eval "amuse_le_val=\${$amuse_le_var}"
printf "%s\n" "${amuse_le_var}=${amuse_le_val}"
done
printf "%s\n" "=== End shell environment ==="


# Pick up Conda env or virtualenv

if test "x$VIRTUAL_ENV" != x
Expand Down Expand Up @@ -2759,7 +2772,6 @@ fi




# Set CPU_COUNT


Expand Down
3 changes: 2 additions & 1 deletion src/amuse_bhtree/support/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ AC_CONFIG_MACRO_DIRS([shared/m4])

AC_INIT([amuse-bhtree], [1.0])

AMUSE_LOG_ENVVARS()

# Pick up Conda env or virtualenv
AMUSE_VENV()


# Set CPU_COUNT
AX_COUNT_CPUS()
AC_SUBST(CPU_COUNT)
Expand Down
1 change: 1 addition & 0 deletions src/amuse_brutus/support/aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
m4_include([shared/m4/amuse_lib.m4])
m4_include([shared/m4/amuse_log_envvars.m4])
m4_include([shared/m4/amuse_venv.m4])
m4_include([shared/m4/ax_count_cpus.m4])
m4_include([shared/m4/ax_mpi.m4])
Expand Down
Loading
Loading