History log of /petsc/config/BuildSystem/config/packages/make.py (Results 1 – 25 of 209)
Revision Date Author Comments
# 4d1dc677 21-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2025-04-15/support-openmpi-hip' into 'main'

Add UCX to support Open MPI with ROCm

See merge request petsc/petsc!8321


# 9c1f8d28 18-Apr-2025 Junchao Zhang <jczhang@anl.gov>

Config: add skipMPIDependency flag to packages to indicate if a dependency on MPI package should be added or skipped


# 2b75dd21 16-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 6b7a1dea 16-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/valgrind-ucx' into 'release'

CI: switch valgrind job to use mpich with ch4:ucx

See merge request petsc/petsc!8285


# 7d1238e8 10-Apr-2025 Satish Balay <balay@mcs.anl.gov>

CI: use lower MAKE_LOAD value - to reduce over-sbuscription for mpich/ch4


# dab8d12c 18-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/prefer-make' into 'main'

configure: look for 'make' before 'gmake' as some (default) gnu-make installs don't have'gmake'

See merge request petsc/petsc!8199


# 0aa62e59 14-Mar-2025 Satish Balay <balay@mcs.anl.gov>

configure: look for 'make' before 'gmake' as some gnu-make (default) installs don't have'gmake'


# 3ba50cbb 13-Feb-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 85bbc810 13-Feb-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/ci-gmake-411' into 'release'

CI: use gnumake 4.4+ '--shuffle' option with test suite

See merge request petsc/petsc!8138


# 4efe1d1d 06-Feb-2025 Satish Balay <balay@mcs.anl.gov>

CI: use gnumake 4.4+ '--shuffle' option with test suite

Hoping this reduces clustering of '-n 16', or long running jobs (at the end), resulting in overall shorter "job" runtime.


# f0cb6cbe 26-Sep-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/migrate-ftp' into 'main'

docs, scripts: update from ftp.mcs.anl.gov to web.cels.anl.gov

See merge request petsc/petsc!6889


# 30c3248d 25-Sep-2023 Satish Balay <balay@mcs.anl.gov>

externalpackages: fix URLs from ftp.mcs.anl.gov to web.cels.anl.gov


# e6bb321c 26-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-17/rm-unneeded-test-from-makefiles' into 'main'

simplify/cleanup makefile system

See merge request petsc/petsc!6201


# f236b2ad 20-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix PFSTRING code and add test

Commit-type: bug, housekeeping
Reported-by: Jose Roman


# 72a35d6d 10-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/make-disable-guile' into 'main'

make: build without guile. Fixes slepc build error:

See merge request petsc/petsc!6158


# 9a558d75 08-Mar-2023 Satish Balay <balay@mcs.anl.gov>

make: build without guile. Fixes slepc build error:

/bin/bash: line 7: 8824 Segmentation fault: 11 SLEPC_DIR=/Users/balay/petsc/arch-darwin-c-debug/externalpackages/git.slepc /Users/balay/petsc/ar

make: build without guile. Fixes slepc build error:

/bin/bash: line 7: 8824 Segmentation fault: 11 SLEPC_DIR=/Users/balay/petsc/arch-darwin-c-debug/externalpackages/git.slepc /Users/balay/petsc/arch-darwin-c-debug/bin/make --no-print-directory SLEPC_DIR=/Users/balay/petsc/arch-darwin-c-debug/externalpackages/git.slepc

balay@jpro^~ $ cat makefile
CONFIGDIR = ${PWD}/testdir/config
ifeq ($(wildcard ${PWD}/testdir/readme),)
CONFIGDIR = ${PWD}/testdir/share/config
endif
all:
-@echo "CONFIGDIR: ${CONFIGDIR}"
balay@jpro^~ $ /usr/bin/make
CONFIGDIR: /Users/balay/testdir/share/config
balay@jpro^~ $ ./make-4.4.1/make
Segmentation fault: 11

Here - brew guile appears to be picked up automatically by 'xcode/clang' build - triggering this error

show more ...


# cc09b757 07-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/update-packages' into 'main'

configure: Make 4.4.1 and MPICH 4.1.1

See merge request petsc/petsc!6154


# 2016fa18 07-Mar-2023 Pierre Jolivet <pierre@joliv.et>

configure: Make 4.4.1 and MPICH 4.1.1


# 1b75045e 21-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/cleanup-fix-pchpddm' into 'main'

Housekeeping

See merge request petsc/petsc!6100


# 1b15fbb8 21-Feb-2023 Pierre Jolivet <pierre@joliv.et>

configure/Vec: remove extra spaces


# 3f95f05a 07-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-02-06/cleanup-configure-minor' into 'main'

Minor cleanup of configure packages

See merge request petsc/petsc!6028


# 188656c1 07-Feb-2023 Barry Smith <bsmith@mcs.anl.gov>

Minor cleanup of configure packages

Fix inconsistencies, remove printed help messages that make no sense

Commit-type: configure
/spend 25m


# 46040f2b 23-Jan-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/update-packages' into 'main'

configure: update BLIS, CMake, Make, and ParMmg

See merge request petsc/petsc!5997


# d4df9010 23-Jan-2023 Pierre Jolivet <pierre@joliv.et>

configure: update BLIS, CMake, Make, and ParMmg


# dc712ac5 20-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/housekeeping-buildsystem' into 'main'

configure: further improve logPrintBox() + cleanup

See merge request petsc/petsc!5132


123456789