Skip to content
Snippets Groups Projects
Commit eaeab6b2 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Merge branch '112-singularity_recipe_hints' into 'preview'

Resolve "docs/software/py_torch.md"

Closes #112

See merge request !827
parents 0180a4f4 a4bb6e34
No related branches found
No related tags found
3 merge requests!831Bar,!828Bin mal die ganze Seite durchgegangen...,!827Resolve "docs/software/py_torch.md"
......@@ -32,8 +32,9 @@ From: alpine
cd ..
rm -r fmt-5.3.0*
cat hello.cpp
#include <fmt/format.h>
cat <<'EOF' >> hello.cpp
#include <fmt/format.h> // literal
int main(int argc, char** argv){
if(argc == 1) fmt::print("No arguments passed!\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment