A short description of the post.
I’ve been working on integrating the Swift language into my analysis workflow but much of what I do involves the GNU Scientific Libraries for matrix analysis and other tools. Here is a quick tutorial on how to install the GSL library on a clean OSX platform.
gsl/
where all the versions will be listed. Scroll down and grab gsl-latest.tar.gz
.cd ~/Downloads
tar zxvf gsl-latest.tar.gz
then cd gsl-1.16/
(or whatever the version actually was, it will probably be some number larger than 1.16)../configure
then make
then sudo make install
. This last command will require you to type in your password as it is going to install something into the base system./usr/local/
directory.
For attribution, please cite this work as
Dyer (2015, July 29). The Dyer Laboratory: Compiling the GSL Library for OSX. Retrieved from https://dyerlab.github.io/DLabWebsite/posts/2015-07-29-compiling-the-gsl-library-for-osx/
BibTeX citation
@misc{dyer2015compiling, author = {Dyer, Rodney}, title = {The Dyer Laboratory: Compiling the GSL Library for OSX}, url = {https://dyerlab.github.io/DLabWebsite/posts/2015-07-29-compiling-the-gsl-library-for-osx/}, year = {2015} }