mirror of
https://github.com/avinal/xeus-basic.git
synced 2026-01-09 06:38:36 +05:30
Add binder configuration
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# SPDX-FileCopyrightText: 2021 Avinal Kumar <avinal.xlvii@gmail.com>
|
||||
|
||||
name: xeus-basic
|
||||
channels:
|
||||
- conda-forge
|
||||
|
||||
12
postBuild
12
postBuild
@@ -1,9 +1,13 @@
|
||||
mkdir build
|
||||
#! /bin/sh
|
||||
|
||||
cd build
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# SPDX-FileCopyrightText: 2021 Avinal Kumar <avinal.xlvii@gmail.com>
|
||||
|
||||
echo $CONDA_PREFIX
|
||||
# Create a directory for build
|
||||
mkdir build && cd build || exit
|
||||
|
||||
cmake -D CMAKE_INSTALL_PREFIX=$CONDA_PREFIX ..
|
||||
# Configure CMake
|
||||
cmake -D CMAKE_INSTALL_PREFIX="/srv/conda/envs/notebook" ..
|
||||
|
||||
# Install the Kernel
|
||||
make install
|
||||
Reference in New Issue
Block a user