Skip to content

Fix clash with LIBS in environment#1249

Merged
LourensVeen merged 1 commit intoamusecode:mainfrom
LourensVeen:amuse_lib_libs_envvar
Apr 17, 2026
Merged

Fix clash with LIBS in environment#1249
LourensVeen merged 1 commit intoamusecode:mainfrom
LourensVeen:amuse_lib_libs_envvar

Conversation

@LourensVeen
Copy link
Copy Markdown
Member

@LourensVeen LourensVeen commented Mar 26, 2026

The libs/Makefile makes a list of AMUSE library names in a variable called LIBS. This name is also commonly used to specify libraries to link with (e.g. -lsomething statements), and so may be set in the environment, in which case the build fails. This changes the variable name used to AMUSE_LIBS to avoid that problem.

@LourensVeen LourensVeen requested a review from a team as a code owner March 26, 2026 16:33
@LourensVeen LourensVeen added area: building/installing Issue relates to the build system and installing from source area: framework Issues related to the AMUSE framework: rfi, amusifier, MPI issues labels Mar 26, 2026
@github-project-automation github-project-automation bot moved this from Backlog to Done in Development Board Mar 27, 2026
@LourensVeen LourensVeen merged commit 20bb7f5 into amusecode:main Apr 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: building/installing Issue relates to the build system and installing from source area: framework Issues related to the AMUSE framework: rfi, amusifier, MPI issues

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants