Skip to content

Make build and configure simpler#36

Merged
jedwards4b merged 2 commits intomainfrom
rljacob/clean-build-conf
Mar 20, 2025
Merged

Make build and configure simpler#36
jedwards4b merged 2 commits intomainfrom
rljacob/clean-build-conf

Conversation

@rljacob
Copy link
Copy Markdown
Member

@rljacob rljacob commented Mar 20, 2025

Restore the configure system to its state in 1a84d6f (Dec 24) which was before the big autoconf redo of c9b6cdc (Dec 27). Cleaner and simpler build.

Fixes #35

Restore the configure system to its state in 1a84d6f (Dec 24) which was
before the bit autoconf redo of c9b6cdc (Dec 27). Cleaner and simpler build
@rljacob rljacob removed their assignment Mar 20, 2025
@jedwards4b
Copy link
Copy Markdown
Contributor

I've tested with spack and gcc@12.4.0, intel@2024.2.1, intel@2025.0.3 and nvhpc@24.11 - all built correctly.

@jedwards4b jedwards4b merged commit 925ba3c into main Mar 20, 2025
1 check passed
@jedwards4b jedwards4b deleted the rljacob/clean-build-conf branch March 20, 2025 13:45
Comment thread configure.ac
AC_ARG_VAR(AR,Archive Command)
if test -z "$AR"; then
AR=ar
AR="ar cruv"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rljacob any specific reason for this with the "cruv?)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

never mind, that's how it used to be

@mahf708
Copy link
Copy Markdown
Contributor

mahf708 commented Mar 21, 2025

@rljacob this PR broke the conda-forge builds. See here conda-forge/mpi_serial-feedstock#12 (comment).

Any guess what may have caused that ar error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configure/make leaves lots of modified files behind

3 participants