You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configure: pkg-config proj exists, will use it
checking proj_api.h usability... no
checking proj_api.h presence... no
checking for proj_api.h... no
configure: error: proj_api.h not found in standard or given locations.
ERROR: configuration failed for package 'sf'
* removing '/home/spack-develop/opt/spack/linux-centos8-aarch64/gcc-8.3.1/r-sf-0.7-7-efvc3ydctgqief7maovseikhqjemiqbu/rlib/R/library/sf'
The configure file only recognize proj@:6.99.99, so we need change the version constraint.
==> No binary for proj-6-fjz5rotzvmqfxyiwq7pwzrsibg7zghvl found: installing from source
==> Warning: There is no checksum on file to fetch proj@6 safely.
==> Fetch anyway? [y/N] y
==> Error: FetchError: All fetchers failed
/opt/spack/lib/spack/spack/package.py:1335, in do_fetch:
1332 self.spec.format('{name}{@Version}'), ck_msg)
1333
1334 self.stage.create()
1335 err_msg = None if not self.manual_download else self.download_instr
1336 self.stage.fetch(mirror_only, err_msg=err_msg)
1337 self._fetch_time = time.time() - start_time
1338
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix build error:
The
configurefile only recognizeproj@:6.99.99, so we need change the version constraint.