About to break everything with a merge
[ipdf/code.git] / tools / common.py
1
2 import sys
3 import os
4 import time
5 import subprocess
6 from progressbar import * # From ipython github site
7 from IPython.core.display import Image
8 from IPython.display import display, clear_output
9 import threading
10
11 options = {
12     "real_names" : ["float", "double", "long", "virtual", "Rational_Gmpint", "Rational_Arbint", "mpfr", "iRRAM", "ParanoidNumber", "Gmprat"],
13     "ipdf_src" : "../src/",
14     "ipdf_bin" : "../bin/ipdf",
15     "local_bin" : "./",
16     "tests" : "../src/tests/",
17     "ignore" : ["virtual", "Rational_Arbint", "iRRAM", "ParanoidNumber"],
18     "tobuild" : ["float", "double", "mpfr-1024","Gmprat", "path-Gmprat", "path-mpfr-1025"],
19     "numerical_tests" : ["identitytests"],
20     "built" : []
21 }

UCC git Repository :: git.ucc.asn.au