rouson on fpm-dev-build
fix #759 - teach caf_compile_ex… (compare)
rouson on fpm-dev-build
fix(cmake): another adjustment … (compare)
rouson on fpm-dev-build
fix(cmake): adjust for tests di… (compare)
@zbeekman. It's an easy fix. I can push a new commit or you can just replace the text
./build flex --default --query-version
with the text
./build.sh -V flex
@rouson I'm second guessing myself regarding some CAF semantics. Can you please confirm that there is no synchronization needed between the following two statements:
b(:) = a(:)[me+1]
matches = all( a_local(:) == b(:) )
i.e., the local image won't proceed until the assignment on line one completes
brew update
brew install --cc=gcc-6 OpenCoarrays # to get gcc to build the library... should also build fine with clang
Dear @zbeekman @rouson I have a problem with your great install.sh
script. I am pushing my bosses to adopt opencoarrays, but they are strongly addicted to CentOS, and they are essentially paranoiac (root installation is not viable). The big issue is to install a recent gcc. Indeed, we have manually compiled installed gcc 6.2, but we have problem with gcc 6.3, thus I tried to exploit you script (that I used every week to update my local gcc-developing-trunk). However, I was not able to understand how to set the installer to point to 6.3 trunk instead of 6.1 (the default one). The syntax I use for the developing trunk is:
/install.sh -p gcc -b trunk -i /opt/gcc/bin/7.0.0
Can you let me know how to execute the script for installing 6.3 trunk?
Thank you very much for help!
Cheers