From e66994526b352b5dbb8d69e9b5b5cadf7c5e654c Mon Sep 17 00:00:00 2001 From: Chris Kelley Date: Mon, 1 Apr 2024 17:01:29 -0600 Subject: [PATCH 1/6] Update setup.md for Mac --- docs/src/setup.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/setup.md b/docs/src/setup.md index 5cf43cb3..78f851a7 100644 --- a/docs/src/setup.md +++ b/docs/src/setup.md @@ -29,6 +29,14 @@ Be sure julia is on your path, and follow the windows compilation instructions f Essentially the same installation as Linux except we recommend using the homebrew package manager, so exchange all "apt-get" with "brew" + brew install git + brew install wget + brew install vim + brew install cmake + brew install gfortran + brew install build-essential + brew install libblas-dev liblapack-dev + ## Linux # Install/Update Required Compilers and Programs, if you already have an environment that can build OpenFAST, then these should already be installed. From ef7e63ff8491d1d8cf665a255297655243af3e14 Mon Sep 17 00:00:00 2001 From: Chris Kelley Date: Mon, 1 Apr 2024 17:11:20 -0600 Subject: [PATCH 2/6] Update setup.md Mac openblas and lapack --- docs/src/setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/setup.md b/docs/src/setup.md index 78f851a7..196e1eea 100644 --- a/docs/src/setup.md +++ b/docs/src/setup.md @@ -35,7 +35,9 @@ Essentially the same installation as Linux except we recommend using the homebre brew install cmake brew install gfortran brew install build-essential - brew install libblas-dev liblapack-dev + brew install openblas + brew install lapack + ## Linux From 107a643ed0768378212c29665c188d94ac248ae6 Mon Sep 17 00:00:00 2001 From: Chris Kelley Date: Mon, 1 Apr 2024 17:22:41 -0600 Subject: [PATCH 3/6] Update setup.md Mac .zshrc profile --- docs/src/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/setup.md b/docs/src/setup.md index 196e1eea..699844db 100644 --- a/docs/src/setup.md +++ b/docs/src/setup.md @@ -56,7 +56,7 @@ Essentially the same installation as Linux except we recommend using the homebre cd ~ curl -fsSL https://install.julialang.org | sh -in your ~/.bashrc file, tell julia to use the command line git by inserting the following: +in your ~/.bashrc file (.zshrc on Mac), tell julia to use the command line git by inserting the following: export JULIA_PKG_USE_CLI_GIT=true From cb9b96914c09a13996ad90fbcce64552a8ce4a37 Mon Sep 17 00:00:00 2001 From: Chris Kelley Date: Mon, 1 Apr 2024 17:30:14 -0600 Subject: [PATCH 4/6] Update setup.md more clear ssh github key upload --- docs/src/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/setup.md b/docs/src/setup.md index 699844db..10b5694f 100644 --- a/docs/src/setup.md +++ b/docs/src/setup.md @@ -94,7 +94,7 @@ the following should get you in and out of the julia interactive repl ls -a cd .ssh vim id_rsa.pub - #copy the contents and paste them back in your browser to the ssh key box and create the key + #copy the contents to github.com (User icon > Settings > SSH and GPG > New SSH Key) and paste them back in your browser to the ssh key box and create the key # esc : q enter # to get out of vim cd ~ From f30b6c0d16ffdc97e59fd326d8af00acce007835 Mon Sep 17 00:00:00 2001 From: Chris Kelley Date: Mon, 1 Apr 2024 17:35:20 -0600 Subject: [PATCH 5/6] Update setup.md more clear on owens code access privileges --- docs/src/setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/setup.md b/docs/src/setup.md index 10b5694f..1980699e 100644 --- a/docs/src/setup.md +++ b/docs/src/setup.md @@ -298,6 +298,7 @@ rm("delim_file.txt") # julia's function that does the same thing ``` ## OWENS Installation +These steps require privileges to each package through github. This should be setup by an existing Owens code contributor. ```julia using Pkg From 4fb23f2a0a4b89e22df50281927d8c0a1276d89a Mon Sep 17 00:00:00 2001 From: kevmoor <64861600+kevmoor@users.noreply.github.com> Date: Wed, 3 Apr 2024 08:37:47 -0600 Subject: [PATCH 6/6] Update setup.md --- docs/src/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/setup.md b/docs/src/setup.md index 1980699e..22cf0e0d 100644 --- a/docs/src/setup.md +++ b/docs/src/setup.md @@ -81,7 +81,7 @@ the following should get you in and out of the julia interactive repl exit() # Set up SSH Keys - + # Note that for installation behind the Sandia network, you will need to be on the network and follow additional instructions at https://wiki.sandia.gov/pages/viewpage.action?pageId=227381234#SandiaProxyConfiguration,Troubleshooting&HTTPS/SSLinterception-SSLCertificate.1 # Make ssh keys and put in the correct places # Go to your gihub account settings # left side, SSH and GPG keys