You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my macbook, I need to edit:
Planck2018ClikLikelihood/code/plc_3.0/plc-3.1/waf_tools/mbits.py
line 24
mopt += ["-arch", "x86_64"]
to "arm64"
to convince clik to compile, but if I do this to the code as written there by the desilike "installer" and re-run the install, it wipes out my change... if I try to compile the code there by hand (waf) desilike doesn't seem to recognize it properly... any ideas what I could do? (e.g., proper way to install clik for desilike use without using the installer?)
The text was updated successfully, but these errors were encountered:
On my macbook, I need to edit:
Planck2018ClikLikelihood/code/plc_3.0/plc-3.1/waf_tools/mbits.py
line 24
mopt += ["-arch", "x86_64"]
to "arm64"
to convince clik to compile, but if I do this to the code as written there by the desilike "installer" and re-run the install, it wipes out my change... if I try to compile the code there by hand (waf) desilike doesn't seem to recognize it properly... any ideas what I could do? (e.g., proper way to install clik for desilike use without using the installer?)
The text was updated successfully, but these errors were encountered: