Skip to content

Accelergy-Project/islpy-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image and Local Installation of islpy

Requirements

This script requires some software to exist in your system.

gcc
g++
make
cmake
libgmp-dev

Please install these requirements before proceeding (e.g., using apt-get install if you are using Debian or Ubuntu).

The only caveat is GMP. If you are using DNF (e.g., if you are using Fedora linux), then the library is called gmp-devel.

Docker Image

The Docker image part of this is WIP.

Local Installation

Running make install_islpy will install islpy in the current environment. Make sure you are in your intended virtual environment before calling make if you are using a virtual environment (recommended).

See variable ISLPY_VER in ./Makefile to check which version will be installed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published