-
The `cmake ..` was successfull:
```
[loretoparisi@:mbploreto build]$ cmake ..
-- Build type: Release
-- Try OpenMP C flag = [ ]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenM…
-
Long story short: we need to be able to manually switch on/off the CUDA compilation.
Issue:
I am trying to compile galario on a Mac but there is a circular pitfall due to the fact that on a Mac `n…
-
This is a relatively recent regression, based upon my test results in Travis (e.g. https://travis-ci.org/ParRes/Kernels/jobs/258006453).
```
$ cmake .. && make
-- The CXX compiler identification is…
-
Hi Bernd,
I am trying to install the v2016.1-fda2.7 in a new macbook, after following the fda manual , terminal was showing as follow:
**cmake -DCMAKE_INSTALL_PREFIX=/Users/cs/gromacs/fda-2016…
-
Since installing OpenCV3 I am having the following issue when running OpenSfM:
```
MacBook-Pro:OpenSfM davidgriffiths$ bin/opensfm_run_all /Users/davidgriffiths/OpenSfM/data/berlin
Traceback (mos…
-
On Mac with Python 3, the pip install command doesn't work:
```
$ pip install git+https://github.com/src-d/kmcuda.git
Collecting git+https://github.com/src-d/kmcuda.git
Cloning https://github.…
-
Since this occurs on both Cetus and Mira (today, at least) it may be more than a transient issue ... MPAS-CICE takes 1 hour to compile. Looking at the timestamps of the object files ...
```
....
-r…
-
I have an error when building PyTorch from source
Here is my clang version:
```
Apple LLVM version 8.0.0 (clang-800.0.42.1)
Target: x86_64-apple-darwin16.7.0
Thread model: posix
InstalledDir: …
-
Because gcc of OSX doesn't support openmp, I failed to install this package.
I have tried installing with "brew install gcc and made an alias gcc='gcc-6'".
But package installer still doesn't work.
-
I built the project on Mac 10.12 with xcode 8.2. The cmake info is the following:
> -- The CXX compiler identification is AppleClang 8.0.0.8000042
> -- The C compiler identification is AppleClang …