2
0
Fork 0

add: explicit unseting openMP lingage for compiling.

This commit is contained in:
Daniel Kapla 2019-10-24 12:20:03 +02:00
parent 10ae55bd81
commit 0670bb976e
3 changed files with 10 additions and 2 deletions

View File

@ -1,8 +1,8 @@
Package: CVE
Type: Package
Title: Conditional Variance Estimator for Sufficient Dimension Reduction
Version: 0.1
Date: 2019-08-29
Version: 0.2
Date: 2019-10-24
Author: Loki
Maintainer: Loki <loki@no.mail>
Description: Implementation of the Conditional Variance Estimation (CVE) method. This package version is writen in pure R.

View File

@ -1 +1,5 @@
SHLIB_OPENMP_CFLAGS=
SHLIB_OPENMP_CXXFLAGS=
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

View File

@ -1 +1,5 @@
SHLIB_OPENMP_CFLAGS=
SHLIB_OPENMP_CXXFLAGS=
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)