You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: BUILD.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@ For more information about setting up the config that we use to build the conda
6
6
Our main goal with this decision is to make the build procedure extremely simple, both reproducible internally and extensible to new targets in the future.
7
7
In particular the gcc-4 / gcc-5 ABI switch is not something we want to concern ourselves with at this point, we go for gcc-5.4.0.
8
8
9
+
# Prerequisites
10
+
Building TC from source requires `gmp`. To install on Ubuntu16.04:
11
+
12
+
```sudo apt-get install libgmp3-dev`
13
+
14
+
More generally, the [Dockerfile](https://github.com/facebookresearch/TensorComprehensions/blob/master/conda_recipes/docker-images/tc-cuda9.0-cudnn7.1-ubuntu16.04-devel/Dockerfile) shows the environment we are using for testing and building conda pacakges.
15
+
9
16
# Conda from scratch (first time configuration)
10
17
Choose and set an INSTALLATION_PATH then run the following:
0 commit comments