Skip to content

Commit

Permalink
Push to v1.0.0 & Add [compat] for Repo Registering
Browse files Browse the repository at this point in the history
  • Loading branch information
xrq-phys committed Sep 27, 2020
1 parent 25dba89 commit 958d9ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
7 changes: 6 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BliContractor"
uuid = "81fc84e3-e8a8-47e5-b99c-4287f7e3a083"
authors = ["RuQing Xu <r-xu@g.ecc.u-tokyo.ac.jp>"]
version = "0.2.0"
version = "1.0.0"

[deps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Expand All @@ -10,3 +10,8 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
tblis_jll = "9c7f617c-f299-5d18-afb6-044c7798b3d0"

[compat]
ForwardDiff = "0.10"
Zygote = "0.5"
julia = "1.4"
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,8 @@

## Installation

### Prerequisites

- Julia & GCC;
- ~~A TBLIS build~~;

### Steps

This package is not registered at Julia's official repository yet.
One needs to clone with a full URI:
```
] add https://github.com/xrq-phys/BliContractor.jl
] add BliContractor
```
This will link the Julia package against TBLIS library vendored by `tblis_jll`.

Expand Down

2 comments on commit 958d9ba

@xrq-phys
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/22035

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" 958d9baed783999d5795fe9f4cafc2dd7d0d66e3
git push origin v1.0.0

Please sign in to comment.