Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
c2chapel dependency changes (#26095)
[reviewed by @mppf] Undo version upgrade for pycparser because it is not actually compatible with the newest version of pycparserext (despite it apparently installing cleanly if you didn't have an older version of pycparserext installed on your machine, so far as I can tell) Explicitly set the version of pycparserext to the latest version. This should help avoid the testing mishap in the future, since explicitly specifying the version makes it tell us if we upgrade to a version of pycparser that is incompatible with it. Update the Makefile for c2chapel to stay in line with the pycparser version Passed a full paratest with futures after having built c2chapel (in a setting where I verified I was getting the failure)
- Loading branch information