Skip to content

Commit

Permalink
Trying different blp branch
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Sep 2, 2024
1 parent 72c38c8 commit 12070c2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ download() {
## respects enviroment variable so 'blpHeaders="/opt/blp/blpHeaders_1.2.3.tar.gz" ./configure' works
: ${blpHeaders="blpHeaders.tar.gz"}
: ${blpLibrary="blpLibrary.tar.gz"}
#: ${blpBranch="master"}
: ${blpBranch="feature/release_3.24.6.1"}
: ${blpBranch="master"}
#: ${blpBranch="feature/release_3.24.6.1"}

## Check for header files and download if needed, this looks at repo blp in directory headers/
cwd=$(pwd)
Expand All @@ -104,7 +104,9 @@ cd ${cwd}
mkdir -p inst/blp
cd blp/${platform}
if [ ! -f ${blpLibrary} ]; then
download https://github.com/Rblp/blp/raw/${blpBranch}/${platform}${flavour}${cpu}/blpLibrary.tar.gz
echo "** Fetching https://github.com/Rblp/blp/raw/${blpBranch}/${platform}${flavour}/blpLibrary.tar.gz"
download https://github.com/Rblp/blp/raw/${blpBranch}/${platform}${flavour}/blpLibrary.tar.gz
#download https://github.com/Rblp/blp/raw/${blpBranch}/${platform}${flavour}${cpu}/blpLibrary.tar.gz
else
echo "** using ${blpLibrary}"
fi
Expand Down

0 comments on commit 12070c2

Please sign in to comment.