Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Add a pari_jupyter optional package
Browse files Browse the repository at this point in the history
  • Loading branch information
jdemeyer committed Oct 8, 2015
1 parent d330146 commit bb25aae
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 0 deletions.
22 changes: 22 additions & 0 deletions build/pkgs/pari_jupyter/SPKG.txt
@@ -0,0 +1,22 @@
= pari_jupyter =

== Description ==

A Jupyter kernel for PARI/GP

== License ==

GPL version 3 or later

== Upstream Contact ==

* https://github.com/jdemeyer/pari_jupyter
* Jeroen Demeyer <jdemeyer@cage.ugent.be>

== Dependencies ==

* Jupyter 4
* Python (tested with 2.7.9)
* Cython (git master)
* PARI (git master)
* GMP or MPIR (any version which works with PARI)
4 changes: 4 additions & 0 deletions build/pkgs/pari_jupyter/checksums.ini
@@ -0,0 +1,4 @@
tarball=pari_jupyter-VERSION.tar.gz
sha1=404df06171e68056d9efe8a29804204138488885
md5=902b290a997128e6be949c0bec44ca6e
cksum=3922118226
1 change: 1 addition & 0 deletions build/pkgs/pari_jupyter/dependencies
@@ -0,0 +1 @@
$(INST)/$(PARI) $(INST)/$(JUPYTER_CORE) | $(INST)/$(CYTHON)
1 change: 1 addition & 0 deletions build/pkgs/pari_jupyter/package-version.txt
@@ -0,0 +1 @@
1.0.0
3 changes: 3 additions & 0 deletions build/pkgs/pari_jupyter/spkg-install
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

cd src && ./setup.py install
1 change: 1 addition & 0 deletions build/pkgs/pari_jupyter/type
@@ -0,0 +1 @@
optional

0 comments on commit bb25aae

Please sign in to comment.