more libraries need to be included to support cblas on OS X

Description

At lest additional three libraries, which are not OS X native files, needed:

/usr/local/opt/gcc/lib/gcc/6/libgfortran.3.dylib
/usr/local/opt/gcc/lib/gcc/6/libquadmath.0.dylib
/usr/local/lib/gcc/6/libgcc_s.1.dylib

Conclusion

None

Activity

Show:

Xiaoming Wang May 2, 2017 at 5:16 PM

Verify ECL Blas code with Clienttools daily build 05/02/2017 branch candidate-6.4.0 and it works

IMPORT STD;
STD.BLAS.Types.matrix_t test_data := [2, -2, -3, 3, 1, 3, -1, -1, 1];
STD.BLAS.dasum(9, test_data, 1); //sums the absolute values of the matrix, and returns 17

Also verify Factor.ecl from ML/PBLAS/Test and it works.

This JIRA ticket can be closed.

Xiaoming Wang January 23, 2017 at 9:43 PM

test: running eclcc against a source file with just OUTPUT('Test String'); as the only action

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Compatibility

Point

Fix versions

Affects versions

Created January 23, 2017 at 9:11 PM
Updated May 3, 2017 at 7:58 AM
Resolved May 3, 2017 at 7:58 AM

Flag notifications