Skip to content

Commit

Permalink
Remove old re2 dependency check compatibility shim (#1818)
Browse files Browse the repository at this point in the history
Remove checkRE2_124 since we haven't supported <= 1.24 in some time.
  • Loading branch information
ronawho authored Oct 3, 2022
1 parent 1cd27ee commit 067f91b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,7 @@ check-hdf5: $(HDF5_CHECK)
$(DEP_INSTALL_DIR)/$@ -nl 1
@rm -f $(DEP_INSTALL_DIR)/$@ $(DEP_INSTALL_DIR)/$@_real

RE2_CHECK = $(DEP_INSTALL_DIR)/checkRE2_125.chpl
ifneq ($(shell expr $(CHPL_MINOR) \>= 25),1)
RE2_CHECK = $(DEP_INSTALL_DIR)/checkRE2_124.chpl
endif
RE2_CHECK = $(DEP_INSTALL_DIR)/checkRE2.chpl
check-re2: $(RE2_CHECK)
@echo "Checking for RE2"
$(CHPL) $(CHPL_FLAGS) $< -o $(DEP_INSTALL_DIR)/$@
Expand Down
File renamed without changes.
6 changes: 0 additions & 6 deletions dep/checkRE2_124.chpl

This file was deleted.

0 comments on commit 067f91b

Please sign in to comment.