ensure that MALLOC is respected

This commit is contained in:
Vitor Santos Costa
2016-08-07 09:46:43 -05:00
parent 8f3321d36b
commit 7dcd5179ce
3 changed files with 101 additions and 14 deletions

View File

@@ -16,6 +16,7 @@ kernel_json = {
"name": "yap_kernel",
}
class install_with_kernelspec(install):
def run(self):
install.run(self)
@@ -40,6 +41,7 @@ if svem_flag in sys.argv:
setup(name='yap_kernel',
version='0.0.1',
package_dir = {'': '${CMAKE_SOURCE_DIR}/packages/python' },
description='A simple YAP kernel for Jupyter/IPython',
long_description="A simple YAP kernel for Jupyter/IPython, based on MetaKernel",
url="https://github.com/vscosta/yap-6.3",