Skip to content

Commit

Permalink
!fixup: more verbosity from configure command
Browse files Browse the repository at this point in the history
  • Loading branch information
ebohm committed Jan 23, 2025
1 parent 045e283 commit e4ded4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,15 +365,19 @@ jobs:
# No need for automake/autoconf
sed -i -e '/automake/d' var/spack/repos/builtin/packages/charmpp/package.py
sed -i -e '/autoconf/d' var/spack/repos/builtin/packages/charmpp/package.py
- install dependencies for spack
run : |
sudo apt-get install -y libncurses-dev pkgconf zlib1g-dev gcc-14 g++-14 gfortran-14 libdb-dev diffutils libreadline-dev nghttp2 perl openssl bzip2 libgdbm-dev curl cmake file
- name: Build Charm++
run: |
cd ../spack
source share/spack/setup-env.sh
spack compiler find
spack compiler list
spack spec charmpp@main
spack install -j2 --test root charmpp@main
spack install --test root charmpp@main
ucx-linux-x86_64_openpmix:
timeout-minutes: 60
Expand Down
1 change: 0 additions & 1 deletion src/libs/ck-libs/ampi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ if(CMK_AMPI_WITH_ROMIO)
TEST_F77=${CMAKE_BINARY_DIR}/bin/ampif77
USER_CFLAGS=${ROMIO_FLAGS}
USER_FFLAGS=${ROMIO_FLAGS}
> /dev/null
COMMAND cp -f ${romio_headers} ${CMAKE_BINARY_DIR}/include/
BUILD_COMMAND $(MAKE) -C ${romio_dir} AUTOCONF=: AUTOHEADER=: AUTOMAKE=: ACLOCAL=: V=$(VERBOSE)
INSTALL_COMMAND ""
Expand Down

0 comments on commit e4ded4e

Please sign in to comment.