Skip to content

Commit

Permalink
Try master branch again
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Sep 3, 2024
1 parent 9f656e8 commit bd307a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,15 @@ 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)
mkdir -p blp/${platform}
cd blp/${platform}
if [ ! -f ${blpHeaders} ]; then
echo "** Fetching https://github.com/Rblp/blp/raw/${blpBranch}/headers/${platform}/blpHeaders.tar.gz"
download https://github.com/Rblp/blp/raw/${blpBranch}/headers/${platform}/blpHeaders.tar.gz
else
echo "** using ${blpHeaders}"
Expand Down
1 change: 0 additions & 1 deletion src/Makevars.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ all: $(SHLIB)
if command -v install_name_tool; then \
echo "fixing"; \
install_name_tool -add_rpath @loader_path/../blp Rblpapi.so; \
install_name_tool -add_rpath @loader_path/../inst/blp Rblpapi.so; \
otool -L Rblpapi.so; \
fi

0 comments on commit bd307a2

Please sign in to comment.