summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordarmac <xiaojun2@hisilicon.com>2021-03-20 22:07:09 +0800
committerGitHub <noreply@github.com>2021-03-20 15:07:09 +0100
commit44e70f40ce93cc0f9c85dff7c983e13978c159dc (patch)
tree1022d2f1df8e79eb9b7990c7b1f9aebbd44b2b4c
parentc84c0187eafef812fb1316c4da9bcf1096d26a02 (diff)
downloadspack-44e70f40ce93cc0f9c85dff7c983e13978c159dc.tar.gz
spack-44e70f40ce93cc0f9c85dff7c983e13978c159dc.tar.bz2
spack-44e70f40ce93cc0f9c85dff7c983e13978c159dc.tar.xz
spack-44e70f40ce93cc0f9c85dff7c983e13978c159dc.zip
libasr: new package at v1.0.4 (#22137)
-rw-r--r--var/spack/repos/builtin/packages/libasr/package.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/libasr/package.py b/var/spack/repos/builtin/packages/libasr/package.py
new file mode 100644
index 0000000000..2877b58c42
--- /dev/null
+++ b/var/spack/repos/builtin/packages/libasr/package.py
@@ -0,0 +1,16 @@
+# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack import *
+
+
+class Libasr(AutotoolsPackage):
+ """libasr is a free, simple and portable asynchronous resolver library."""
+
+ homepage = "https://github.com/OpenSMTPD/libasr"
+ url = "https://github.com/OpenSMTPD/libasr/releases/download/1.0.4/libasr-1.0.4.tar.gz"
+
+ version('1.0.4', sha256='19fb6bed10d15c9775c8d008cd1130155917ae4e801c729fe85e6d88a545dab4')
+ version('1.0.3', sha256='9cd88e0172e6d426438875e09229d1d473d56db546d02b630f9dd14db226d68d')