Skip to content

Commit

Permalink
Fix OpenMX compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
RensDofferhoff authored Aug 27, 2024
1 parent e5877e7 commit a69105b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Modules/install-module.R.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ options("JASP_RENV_INSTALL_OPTIONS" = list(
rstanarm = list(before = setMakeFlagsToOne, after = defaultMakeFlags),
stanova = list(before = setMakeFlagsToOne, after = defaultMakeFlags),
rpf = list(before = setMakeFlagsToOne, after = defaultMakeFlags),
cubature = list(before = setMakeFlagsToOne, after = defaultMakeFlags)
cubature = list(before = setMakeFlagsToOne, after = defaultMakeFlags),
OpenMx = list(before = setMakeFlagsToOne, after = defaultMakeFlags)
))
options(renv.config.install.verbose = TRUE)
configureVars = NULL
Expand Down

0 comments on commit a69105b

Please sign in to comment.