-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install and use fable in Windows #942
Comments
I did a google search for cctbx fable and found this. Try this out but you
may have to translate some of the command into Windows prompt.
Cheers
Nigel
…---
Nigel W. Moriarty
Building 33R0349, Molecular Biophysics and Integrated Bioimaging
Lawrence Berkeley National Laboratory
Berkeley, CA 94720-8235
Email : ***@***.***
Web : CCI.LBL.gov
ORCID : orcid.org/0000-0001-8857-9464
On Wed, Dec 20, 2023 at 12:40 AM seek3366 ***@***.***> wrote:
I have install the cctbx through Conda package manager and obtain the package of fable on Windows System, but I don't know how to use it to transform my Fortran code to C++. Can someone tell me in detail how to do it?
—
Reply to this email directly, view it on GitHub
<#942>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHYQPC3OJMUVHNRFKGLTBLYKKP6ZAVCNFSM6AAAAABA4OBVOWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA2TAMBZG42DCNQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Once you activate the conda environment, you should be able to run
That should print out the code in C++. Save that to a file and you should be able to compile it. You do need the |
@bkpoon thank you very much, I did it. |
but I don't know how to use it to transform my Fortran code to C++. Can someone tell me in detail how to do it?
The text was updated successfully, but these errors were encountered: