pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import wip/gm2calc to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Mar 5 13:39:32 2021 +0100
Changeset:	3f3a6ae922ec6db1f5643ad926230c36a7ddc07b

Modified Files:
	Makefile
Added Files:
	gm2calc/DESCR
	gm2calc/Makefile
	gm2calc/PLIST
	gm2calc/distinfo

Log Message:
Import wip/gm2calc to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3f3a6ae922ec6db1f5643ad926230c36a7ddc07b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile         |  1 +
 gm2calc/DESCR    |  3 +++
 gm2calc/Makefile | 34 ++++++++++++++++++++++++++++++++++
 gm2calc/PLIST    | 19 +++++++++++++++++++
 gm2calc/distinfo |  6 ++++++
 5 files changed, 63 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 8e0f55b668..0369fd763f 100644
--- a/Makefile
+++ b/Makefile
@@ -1170,6 +1170,7 @@ SUBDIR+=	gnuradio-vocoder
 SUBDIR+=	gnuradio-wavelet
 SUBDIR+=	gnuradio-zeromq
 SUBDIR+=	gnutls-guile
+SUBDIR+=	gm2calc
 SUBDIR+=	go-amqp
 SUBDIR+=	go-ansi
 SUBDIR+=	go-ansicolor
diff --git a/gm2calc/DESCR b/gm2calc/DESCR
new file mode 100644
index 0000000000..3ad3f3b9b4
--- /dev/null
+++ b/gm2calc/DESCR
@@ -0,0 +1,3 @@
+GM2Calc calculates the SUSY contributions to the anomalous
+magnetic moment of the muon a_mu = (g-2)/2 in the real MSSM
+at the 1- and leading 2-loop level.
diff --git a/gm2calc/Makefile b/gm2calc/Makefile
new file mode 100644
index 0000000000..d106ee35cd
--- /dev/null
+++ b/gm2calc/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD$
+
+DISTNAME=	gm2calc-1.7.1
+GITHUB_PROJECT=	GM2Calc
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_GITHUB:=GM2Calc/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://gm2calc.hepforge.org/
+COMMENT=	Calculation of the anomalous magnetic moment of the muon
+LICENSE=	gnu-gpl-v3
+
+WRKSRC=		${WRKDIR}/GM2Calc-1.7.1
+
+USE_CMAKE=	yes
+USE_TOOLS+=	pkg-config
+USE_LANGUAGES=	c c++
+
+PKGCONFIG_OVERRIDE+=	cmake/gm2calc.pc.in
+
+# C++ compiler (g++ >= 4.6.3 or clang++ >= 3.4)
+# MESSAGE(FATAL_ERROR "GCC 4.6+ is required.")
+GCC_REQD+=	4.6
+
+CMAKE_ARGS+=	-Mathematica=off
+
+DEPENDS+=	doxygen>=1.8.20:../../devel/doxygen
+
+BUILDLINK_API_DEPENDS.boost-headers+=   boost-headers-1.75.*
+.include "../../devel/boost-headers/buildlink3.mk"
+BUILDLINK_API_DEPENDS.eigen3+=  eigen3>=3.1.2
+.include "../../math/eigen3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gm2calc/PLIST b/gm2calc/PLIST
new file mode 100644
index 0000000000..6438c2141a
--- /dev/null
+++ b/gm2calc/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD$
+bin/gm2calc.x
+include/gm2calc/MSSMNoFV_onshell.h
+include/gm2calc/MSSMNoFV_onshell.hpp
+include/gm2calc/MSSMNoFV_onshell_mass_eigenstates.hpp
+include/gm2calc/MSSMNoFV_onshell_physical.hpp
+include/gm2calc/MSSMNoFV_onshell_problems.hpp
+include/gm2calc/MSSMNoFV_onshell_soft_parameters.hpp
+include/gm2calc/MSSMNoFV_onshell_susy_parameters.hpp
+include/gm2calc/gm2_1loop.h
+include/gm2calc/gm2_1loop.hpp
+include/gm2calc/gm2_2loop.h
+include/gm2calc/gm2_2loop.hpp
+include/gm2calc/gm2_error.hpp
+include/gm2calc/gm2_uncertainty.h
+include/gm2calc/gm2_uncertainty.hpp
+include/gm2calc/gm2_version.h
+lib/libgm2calc.a
+share/pkgconfig/gm2calc.pc
diff --git a/gm2calc/distinfo b/gm2calc/distinfo
new file mode 100644
index 0000000000..8e15af99cb
--- /dev/null
+++ b/gm2calc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (gm2calc-1.7.1.tar.gz) = a7bfbdcb9afd47e7ccd3910f26aeac3a0f65d8c6
+RMD160 (gm2calc-1.7.1.tar.gz) = 432f4eda164b6b86f92042dd353cfc1f2921539d
+SHA512 (gm2calc-1.7.1.tar.gz) = bdbe9bd4644031cab3958c379c951fea27bab37f08c0bb3a803d9e2f3c39413ee82f8044918434ba2d02185c87cf7f41796d6467f87cc6514d35092d86d20eb8
+Size (gm2calc-1.7.1.tar.gz) = 168966 bytes


Home | Main Index | Thread Index | Old Index