Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
change cortenn_repositories to dependencies to match other repos
Browse files Browse the repository at this point in the history
  • Loading branch information
raggledodo committed Jan 5, 2019
1 parent c1690fe commit 55597b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ workspace(name = "com_github_mingkaic_cortenn")

# local dependencies

load("//:third_party/all.bzl", "cortenn_repositories")
cortenn_repositories()
load("//:third_party/all.bzl", "dependencies")
dependencies()

load("@com_github_mingkaic_tenncor//:tenncor.bzl", "dependencies")
dependencies()
Expand Down
2 changes: 1 addition & 1 deletion third_party/all.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ load("//third_party/repos:pybind11.bzl", "pybind11_repository")
load("//third_party/repos:python.bzl", "python_repository")
load("//third_party/repos:tenncor.bzl", "tenncor_repository")

def cortenn_repositories(excludes = []):
def dependencies(excludes = []):
ignores = native.existing_rules().keys() + excludes
if "eigen" not in ignores:
eigen_repository(name = "eigen")
Expand Down

0 comments on commit 55597b1

Please sign in to comment.