[Chapel Merge] Remove deprecated environment settings

Branch: refs/heads/main
Revision: 8ec94d6
Author: daviditen
Log Message:

Merge pull request #18244 from daviditen/environmentBundled

Remove deprecated environment settings

[reviewed by @Maxrimus]

Remove CHPL_GMP=gmp, CHPL_HWLOC=hwloc, CHPL_JEMALLOC=jemalloc,
CHPL_LIBFABRIC=libfabric, CHPL_LLVM=llvm and CHPL_UNWIND=unwind. These have
been deprecated for a release and should use CHPL_*=bundled instead.

Remove the test/deprecated test reminding us of this.

Signed-off-by: David Iten daviditen@users.noreply.github.com

Modified Files:
R test/deprecated/environmentBundled.chpl

R test/deprecated/environmentBundled.notest
M util/chplenv/chpl_gmp.py
M util/chplenv/chpl_hwloc.py
M util/chplenv/chpl_jemalloc.py
M util/chplenv/chpl_libfabric.py
M util/chplenv/chpl_llvm.py
M util/chplenv/chpl_unwind.py

Compare: https://github.com/chapel-lang/chapel/compare/aa8f9f97905f...8ec94d665335