Skip to content

Commit

Permalink
Fix some windows parallel compilation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
RensDofferhoff authored Oct 1, 2024
1 parent ea7c884 commit 3556077
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Modules/install-module.R.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ options("JASP_RENV_INSTALL_OPTIONS" = list(
stanova = list(before = setMakeFlagsToOne, after = defaultMakeFlags),
rpf = list(before = setMakeFlagsToOne, after = defaultMakeFlags),
cubature = list(before = setMakeFlagsToOne, after = defaultMakeFlags),
OpenMx = list(before = setMakeFlagsToOne, after = defaultMakeFlags)
OpenMx = list(before = setMakeFlagsToOne, after = defaultMakeFlags),
ragg = list(before = setMakeFlagsToOne, after = defaultMakeFlags),
V8 = list(before = setMakeFlagsToOne, after = defaultMakeFlags)
))
options(renv.config.install.verbose = TRUE)
configureVars = NULL
Expand Down

0 comments on commit 3556077

Please sign in to comment.