add: explicit unseting openMP lingage for compiling.
This commit is contained in:
parent
10ae55bd81
commit
0670bb976e
|
@ -1,8 +1,8 @@
|
||||||
Package: CVE
|
Package: CVE
|
||||||
Type: Package
|
Type: Package
|
||||||
Title: Conditional Variance Estimator for Sufficient Dimension Reduction
|
Title: Conditional Variance Estimator for Sufficient Dimension Reduction
|
||||||
Version: 0.1
|
Version: 0.2
|
||||||
Date: 2019-08-29
|
Date: 2019-10-24
|
||||||
Author: Loki
|
Author: Loki
|
||||||
Maintainer: Loki <loki@no.mail>
|
Maintainer: Loki <loki@no.mail>
|
||||||
Description: Implementation of the Conditional Variance Estimation (CVE) method. This package version is writen in pure R.
|
Description: Implementation of the Conditional Variance Estimation (CVE) method. This package version is writen in pure R.
|
||||||
|
|
|
@ -1 +1,5 @@
|
||||||
|
|
||||||
|
SHLIB_OPENMP_CFLAGS=
|
||||||
|
SHLIB_OPENMP_CXXFLAGS=
|
||||||
|
|
||||||
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
|
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
|
||||||
|
|
|
@ -1 +1,5 @@
|
||||||
|
|
||||||
|
SHLIB_OPENMP_CFLAGS=
|
||||||
|
SHLIB_OPENMP_CXXFLAGS=
|
||||||
|
|
||||||
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
|
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
|
||||||
|
|
Loading…
Reference in New Issue