-
I'm trying to use scikit-learn on a cluster running Red Hat Enterprise Server 7.1. I can load either openBLAS or Atlas libraries (both compiled under GCC). I've opted for Atlas because numpy gave some…
-
Companion 2.1.8 will not compile with gcc version 6.1.1
Tested on fedora 24 using the below method.
As root run:
dnf install git gcc svn qt qt-devel cmake patch xsd gcc-c++ SDL-devel phonon phonon-de…
-
We should consider porting everything over to 3.4 at some point. Probably not our first priority before our 1st panel milestone, but maybe for right after?
http://blog.python.org/2014/03/python-340-…
-
With clang and libc++; gnustl works fine (So I'm guessing this is one of the outstanding issues with libc++ that may or may not be known?):
Error comes from:
clang++ -ggdb -fexceptions -frtti -fvisib…
-
I get a compiler error from gcc when using the pip install. The failure seems to be caused by an unrecognized compiler flag `-rpath`. I'm running OS X El Capitan 10.11.5. The `gcc` version is included…
-
Hi.
We are near to complete the RPM packaging of Cantera. There are some tests failed:
```
* Running test 'VCS-NaCl'...
Comparing 'good_out.txt' with 'test_output.txt'
Found differences between /hom…
-
### Expected Behavior
`pip install -r requirements.txt` should succeed.
### Actual Behavior
It fails instead.
### Your FULL config.json (remove your username, password, gmapkey and any other pr…
-
Hello Ivan,
I'm experiencing crashes with WiFiClientSecure whenever my WiFi disconnects. Basically any use of the client object will crash the ESP.
When I try to delete the client I get this Excepti…
-
We get the following error : in `build.sh`
```
gcc: numpy/core/blasdot/apple_sgemv_patch.c
/apprepo/generic/u1404/x86_64/gcc/4.9.2/bin/gfortran -Wall -g -L/apprepo/generic/u1404/x86_64/openssl/1.0.2g…
-
```
When linking pyv8 to v8 on CentOS 5, it's unable to find the library because
it's using a relative path (i.e.
-Lbuild/v8...). Changing this to an absolute path works fine.
Patch attached.
```
…