summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/pgmath/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/pgmath/package.py')
-rw-r--r--var/spack/repos/builtin/packages/pgmath/package.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/pgmath/package.py b/var/spack/repos/builtin/packages/pgmath/package.py
index e096a596d8..c4c3c5d9d6 100644
--- a/var/spack/repos/builtin/packages/pgmath/package.py
+++ b/var/spack/repos/builtin/packages/pgmath/package.py
@@ -14,11 +14,17 @@ class Pgmath(CMakePackage):
url = "https://github.com/flang-compiler/flang/archive/flang_20190329.tar.gz"
git = "https://github.com/flang-compiler/flang.git"
+ maintainers = ['naromero77']
+
version('master', branch='master')
version('20190329', sha256='b8c621da53829f8c53bad73125556fb1839c9056d713433b05741f7e445199f2')
version('20180921', sha256='f33bd1f054e474f1e8a204bb6f78d42f8f6ecf7a894fdddc3999f7c272350784')
version('20180612', sha256='6af858bea013548e091371a97726ac784edbd4ff876222575eaae48a3c2920ed')
+ # workaround for this issue
+ # https://github.com/flang-compiler/flang/issues/838
+ patch('libpgmath_symbols.patch', when='@20190329,master')
+
depends_on("awk", type="build")
conflicts("%gcc@:7.1.9999")