Last active
June 20, 2018 19:34
-
-
Save annawoodard/7b5a5ccd77be339b9c465b8f07f47f8f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"parsl":{ | |
"tags":["python packages", "parallel scripting"], | |
"show-in-list":1, | |
"versions":[ | |
{ | |
"version":"auto", | |
"source":{ | |
"type":"generic", | |
"auto-version":[ | |
"python -c 'import parsl.version; print(\"VC3_VERSION_SYSTEM: {}\".format(parsl.version.VERSION))'" | |
] | |
} | |
}, | |
{ | |
"version":"v0.5.1", | |
"source":{ | |
"type":"generic", | |
"recipe":[ | |
"pip3 install --user -U parsl==0.5.1" | |
] | |
}, | |
"dependencies":{ | |
"python3":[ | |
"v3.6.4" | |
] | |
} | |
}, | |
{ | |
"version":"v2251204", | |
"source":{ | |
"type":"generic", | |
"recipe":[ | |
"pip3 install --user git+https://github.com/Parsl/parsl.git@225120429a5bde4f875cb1907065869fd38d01d4" | |
] | |
}, | |
"dependencies":{ | |
"python3":[ | |
"v3.6.4" | |
] | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment