bbopt / nomad

NOMAD - A blackbox optimization software
https://nomad-4-user-guide.readthedocs.io/
GNU Lesser General Public License v3.0
110 stars 24 forks source link

Update .cirrus.yml to test more compilers #139

Closed amontoison closed 1 year ago

amontoison commented 1 year ago

@ctribes The compilation is working with gcc / g++ on FreeBSD and Apple M1 platforms but we have some warnings in the section run build:

We don't have any warning with the default compilers on these platforms (clang / clang++).

ctribes commented 1 year ago

@ctribes The compilation is working with gcc / g++ on FreeBSD and Apple M1 platforms but we have some warnings in the section run build:

We don't have any warning with the default compilers on these platforms (clang / clang++).

This warning will be fixed when migrating private repos into public repo. It is a deprecated function that is not really used.

Thanks for adding new compilers.