Regenerate README, undo workflows changes
This commit is contained in:
parent
48545bae23
commit
69cdfc9500
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -14,10 +14,6 @@ jobs:
|
||||
java-version: 11
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
- name: Install libgsl-dev
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y libgsl-dev gcc-multilib
|
||||
- name: Install Chrome
|
||||
run: |
|
||||
sudo apt install -y libappindicator1 fonts-liberation
|
||||
@ -55,8 +51,6 @@ jobs:
|
||||
java-version: 11
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
- name: Install gsl
|
||||
run: brew install gsl
|
||||
- name: Cache gradle
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -17,10 +17,6 @@ jobs:
|
||||
java-version: 11
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
- name: Install libgsl-dev
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y libgsl-dev gcc-multilib
|
||||
- name: Install Chrome
|
||||
run: |
|
||||
sudo apt install -y libappindicator1 fonts-liberation
|
||||
@ -60,8 +56,6 @@ jobs:
|
||||
java-version: 11
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
- name: Install gsl
|
||||
run: brew install gsl
|
||||
- name: Cache gradle
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
10
README.md
10
README.md
@ -184,16 +184,6 @@ One can still use generic algebras though.
|
||||
> **Maturity**: PROTOTYPE
|
||||
<hr/>
|
||||
|
||||
* ### [kmath-gsl](kmath-gsl)
|
||||
> Linear Algebra classes implemented with GNU Scientific Library
|
||||
>
|
||||
> **Maturity**: PROTOTYPE
|
||||
>
|
||||
> **Features:**
|
||||
> - [matrix-contexts](kmath-gsl/src/nativeMain/kotlin/kscience/kmath/gsl/GslMatrixContext.kt) : Matrix Contexts over Double, Float and Complex implemented with GSL
|
||||
|
||||
<hr/>
|
||||
|
||||
* ### [kmath-histograms](kmath-histograms)
|
||||
>
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user