[Gmm-commits] r209 - in pkg/gmm: . src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jun 5 16:27:19 CEST 2023
Author: chaussep
Date: 2023-06-05 16:27:18 +0200 (Mon, 05 Jun 2023)
New Revision: 209
Modified:
pkg/gmm/DESCRIPTION
pkg/gmm/src/Makevars
Log:
removed a flag that prevented the package to work on a MAC
Modified: pkg/gmm/DESCRIPTION
===================================================================
--- pkg/gmm/DESCRIPTION 2023-03-10 15:50:41 UTC (rev 208)
+++ pkg/gmm/DESCRIPTION 2023-06-05 14:27:18 UTC (rev 209)
@@ -1,6 +1,6 @@
Package: gmm
Version: 1.8
-Date: 2023-03-10
+Date: 2023-06-04
Title: Generalized Method of Moments and Generalized Empirical
Likelihood
Author: Pierre Chausse <pchausse at uwaterloo.ca>
Modified: pkg/gmm/src/Makevars
===================================================================
--- pkg/gmm/src/Makevars 2023-03-10 15:50:41 UTC (rev 208)
+++ pkg/gmm/src/Makevars 2023-06-05 14:27:18 UTC (rev 209)
@@ -1 +1 @@
-PKG_LIBS=$(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) -lgomp
\ No newline at end of file
+PKG_LIBS=$(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
More information about the Gmm-commits
mailing list