rcgsheffield / sheffield_hpc

Docs for University of Sheffield HPC systems
https://docs.hpc.shef.ac.uk/
Other
52 stars 50 forks source link

Update Stanage libsndfile command #2142

Closed nahceigna closed 3 days ago

nahceigna commented 4 days ago

Updated the command from:

gcc list_formats.c pkg-config --libs sndfile -o output

to the following:

gcc list_formats.c `pkg-config --libs sndfile` -o output