ensure that MALLOC is respected
This commit is contained in:
@@ -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",
|
Reference in New Issue
Block a user