Giter VIP home page Giter VIP logo

Comments (2)

domenkozar avatar domenkozar commented on July 18, 2024

Same on NixOS: http://hydra.nixos.org/build/25146085/nixlog/1/raw

from pcg-c.

ulfhanebutte avatar ulfhanebutte commented on July 18, 2024

I run into the same issue on a Cray XC30 system

The issue seems related to the test of #if SIZEOF_INT128 on line 48 in pcg_variants.h
as a hack, try taking the test out. and set typedef __uint128_t pcg128_t;

A second issue in extras/pcg_spinlock.h, the #ifndef __has_include test is failing
as a hack take test out and set #define INCLUDE_OKAY(x) 1

The code compiled and was able to build libraries and run the tests
Performing a quick sanity check...
All tests succeeded.
make[1]: Leaving directory pcg-c/test-low' cd test-high; make test make[1]: Entering directorypcg-c/test-high'
sh run-tests.sh
Performing a quick sanity check...
All tests succeeded.
make[1]: Leaving directory pcg-c/test-high'

from pcg-c.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.