Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Konstantin8105/golis

Repository files navigation

Coverage Status Build Status Go Report Card GoDoc GitHub license

golis

Golang implementation of lis

Install golis

go get -u github.com/Konstantin8105/golis

Install lis

See documentation of lis software.

Example of install in UserDirectory:

# clone Git repository
git clone https://github.com/anishida/lis.git

# enter in folder
cd lis

# run configuration with quadriple precision
./configure --prefix=<<UserDirectory>>/lis --enable-quad --enable-omp

# install
make install

Example of install in folder $GOPATH/src/github.com/Konstantin8105/golis/bin/:

./.travis.sh