Skip to content

Commit 1946cd2

Browse files
committed
add Makevars flag to fix warning
1 parent 6bfb7bc commit 1946cd2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: mirt
2-
Version: 1.45
2+
Version: 1.45.1
33
Type: Package
44
Title: Multidimensional Item Response Theory
55
Authors@R: c( person("Phil", family="Chalmers", email =

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Changes in mirt 1.45
1+
# Changes in mirt 1.45.1
22

33
- Added argument `fscores(..., expected.info = FALSE)` to allow computation of the
44
expected vs observed information

src/Makevars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
PKG_CXXFLAGS=$(SHLIB_OPENMP_CXXFLAGS)
1+
PKG_CXXFLAGS=$(SHLIB_OPENMP_CXXFLAGS) -DARMA_USE_CURRENT
22
PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) $(SHLIB_OPENMP_CXXFLAGS)

0 commit comments

Comments
 (0)