CGNS: set parallel build to False to fix cp error (#21766)

This commit is contained in:
Bryan Herman
2021-02-19 06:11:07 -05:00
committed by GitHub
parent 802ac63991
commit 2019d1deb7

View File

@@ -16,6 +16,8 @@ class Cgns(CMakePackage):
url = "https://github.com/CGNS/CGNS/archive/v3.3.0.tar.gz"
git = "https://github.com/CGNS/CGNS"
parallel = False
version('develop', branch='develop')
version('master', branch='master')
version('4.1.1', sha256='055d345c3569df3ae832fb2611cd7e0bc61d56da41b2be1533407e949581e226')