Replies: 3 comments
-
Thanks for catching this - we will release a fix shortly! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks again for this - we just pushed a fix to the main branch, so this should no longer be a problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, glad to be some assistance.
remotes::install_github('LAPKB/Pmetrics', force = T) + PMbuild() work fine now.
From: Markus Hovd ***@***.***>
Reply to: LAPKB/Pmetrics ***@***.***>
Date: Thursday, 19 June 2025 at 11:32 pm
To: LAPKB/Pmetrics ***@***.***>
Cc: graemeok ***@***.***>, Author ***@***.***>
Subject: Re: [LAPKB/Pmetrics] PMconfig.R::getBits() issue for macOS 15.5 (Discussion #264)
Thanks again for this - we just pushed a fix to the main branch, so this should no longer be a problem.
—
Reply to this email directly, view it on GitHub<#264 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMFGQTUPM57H4GPCOSYY2D33EK3V3AVCNFSM6AAAAAB7US3H4CVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNJSGA2DIOA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translat 8000 ion helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On macOS 15.5, PMrun() kept recompiling binaries because pNPeng.o was not present.
Tracked down to PMconfig.R::getBits() returning 32
if (length(grep("64-bit", utils::sessionInfo())) > 0) { return(64) } else { return(32) } gives 32
because "64-bit" is not present in utils::sessionInfo()[2] = "aarch64-apple-darwin20"
Beta Was this translation helpful? Give feedback.
All reactions