-
```
integer(2) :: j
real :: x
x = float(j)
```
no longer works, and elicits `error: Actual argument for 'i=' has bad type or kind 'Integer(2)'`. I think it's because the intrinsic table probin…
-
Recently caught in a fast scrolling build log on OSX:
...
clang++ -std=c++0x -fno-rtti -fno-threadsafe-statics -Wno-deprecated -Wno-enum-compare -Wno-invalid-offsetof -Wno-write-strings -O3 -pthre…
-
I had a problem with compiling `np.multiply`, and before I found issue #875, I already initiated an install of the newest Visual Studio 2017 Community (15.8.2, apparently released 2 days ago: https://…
-
Trying to install numpy using "pip install numpy". fails with the error below. I tried getting more info on #scipy on irc.freenode.net. and was suggested to post a bug here.
Python 2.7.5 was inst…
-
I have written following code in tutorial.wake file:
publish animal = "Cat", Nil
publish animal = "Dog", Nil
publish animal = replace `u` "o" "Mouse", Nil
global def animals = subscribe animal
…
-
Using linuxmint newest
follow the instruction:
Gather dependencies:
Pythran depends on a few Python modules and several C++ libraries. On a debian-like platform, run:
$> sudo…
-
Error: [Sat Nov 11 16:24:35 2017] Processing nodemcuv2_dev (build_flags: -Wl,-Tesp8266.flash.4m.ld, '-DLABMET_SSID="secret"', '-DWIFI_PASSWORD="secret"', '-DDB_ID="test_user_2"', '-DTOPIC="/labmet_dat…
-
This is new instance of a problem we'd addressed before in #1707, and puts more pressure on #1758
```
14:07 $ ninja -j1 comptest
[1/66] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/_…
-
When compiler jitbuilder with the default configuration `omr/jitbuilder $ make -j16` the output is:
`g++ -std=c++0x -fno-rtti -fno-threadsafe-statics -Wno-deprecated -Wno-enum-compare -Wno-invali…
-
If I change gf_vect_mad_test to test the avx2 implementation, like so
``` C
#ifndef FUNCTION_UNDER_TEST …