History log of /petsc/src/dm/dt/fe/interface/ceed/makefile (Results 1 – 3 of 3)
Revision Date Author Comments
# 5a236de6 21-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 6d20ba33 21-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/release/linker-warnings' into 'release'

Fix ranlib warnings 'file has no symbols'

See merge request petsc/petsc!7953


# 2e1d0745 19-Oct-2024 Jose E. Roman <jroman@dsic.upv.es>

Fix ranlib warnings 'file has no symbols'

These warnings appear in macOS when configured --with-shared-libraries=0

/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-nosh

Fix ranlib warnings 'file has no symbols'

These warnings appear in macOS when configured --with-shared-libraries=0

/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(sectionhdf5.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(zhdf5io.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(hdf5io.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(aijhdf5.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(baijfact81.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(densehdf5.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(feceed.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(fvceed.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(plexhdf5xdmf.o) has no symbols

Includes the removal of unnecessary custom fortran stubs.

show more ...