Changes between Version 2 and Version 3 of Ticket #58874, comment 2


Ignore:
Timestamp:
Sep 1, 2019, 7:36:54 PM (5 years ago)
Author:
gaming-hacker (G Alexander)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58874, comment 2

    v2 v3  
    33instead of the current Portfile with all the complications, why not just download a working bazel and use bazel to build itself from source?  or in my case having the binary is good enough without needing a complete build from source, i chopped up the Portfile to do just that.
    44
    5 bazel-0.29.0-installer-darwin-x86_64.sh it defaults install to /usr/local but easy to patch to get it to install to /opt/local
     5bazel-0.29.0-installer-darwin-x86_64.sh -h
     6Usage: ./bazel-0.29.0-installer-darwin-x86_64.sh [options]
     7Options are:
     8  --prefix=/some/path set the prefix path (default=/usr/local).
     9  --bin= set the binary folder path (default=%prefix%/bin).
     10  --base= set the base install path (default=%prefix%/lib/bazel).
     11  --user configure for user install, expands to:
     12      --bin=$HOME/bin --base=$HOME/.bazel
     13  --skip-uncompress skip uncompressing the base image until the
     14      first bazel invocation