Skip to content

Commit

Permalink
Fix build script to use InstallBLOSC
Browse files Browse the repository at this point in the history
Fixes #1126

(Internal change: 2048980)
  • Loading branch information
tallytalwar authored and pixar-oss committed Mar 12, 2020
1 parent 7e21bd3 commit 2c76f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_scripts/build_usd.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,11 +923,11 @@ def InstallPtex_LinuxOrMacOS(context, force, buildArgs):
# Sierra (10.12) or Mojave (10.14).
BLOSC_URL = "https://github.com/Blosc/c-blosc/archive/v1.17.0.zip"

def InstallOpenVDB(context, force, buildArgs):
def InstallBLOSC(context, force, buildArgs):
with CurrentWorkingDirectory(DownloadURL(BLOSC_URL, context, force)):
RunCMake(context, force, buildArgs)

BLOSC = Dependency("Blosc", InstallOpenVDB, "include/blosc.h")
BLOSC = Dependency("Blosc", InstallBLOSC, "include/blosc.h")

############################################################
# OpenVDB
Expand Down

0 comments on commit 2c76f00

Please sign in to comment.