cmake configuration failure

Issue #431 resolved
Leander Schulten created an issue

When I try to build the latest release I get the following error:

CMake Error at CMakeLists.txt:144 (math):
  math cannot parse the expression: "/1024": syntax error, unexpected
  exp_DIVIDE (1).


CMake Warning (dev) in CMakeLists.txt:
  A logical block opening on the line

    /Users/leanderSchulten/git_projekte/Lichtsteuerung/vcpkg/buildtrees/blaze/src/22bbf6b42e-ac799d2b48.clean/CMakeLists.txt:150 (if)

  closes on the line

    /Users/leanderSchulten/git_projekte/Lichtsteuerung/vcpkg/buildtrees/blaze/src/22bbf6b42e-ac799d2b48.clean/CMakeLists.txt:153 (endif)

  with mis-matching arguments.
This warning is for project developers.  Use -Wno-dev to suppress it.

Cache size not found automatically. Using default value as cache size.

Comments (10)

  1. Leander Schulten reporter

    On my M1 mac there is the following:

    hw.cacheconfig: 10 1 2 0 0 0 0 0 0 0
    hw.cachesize: 3443720192 65536 4194304 0 0 0 0 0 0 0
    hw.pagesize: 16384
    hw.pagesize32: 16384
    hw.cachelinesize: 128
    hw.l1icachesize: 131072
    hw.l1dcachesize: 65536
    hw.l2cachesize: 4194304
    

  2. Klaus Iglberger

    Hi Leander!

    Thanks a lot for pointing out this defect. I apologize for the late reply, but we will investigate and try to resolve it as soon as possible.

    Best regards,

    Klaus!

  3. Klaus Iglberger

    Hi Leander!

    The fix would work. It makes more sense, though, to provide the fix to the Blaze repo directly, instead of the version available at vcpkg. If you have the time to provide a pull request here, I would approve it and merge it to the repo. Your help would be much appreciated.

    Best regards,

    Klaus!

  4. Klaus Iglberger

    Hi Leander!

    There isn’t any restriction to create a pull request. Anybody is able create one. Unfortunately, in this setting it is hard for me to help to create the pull request. Therefore please try again, as we would appreciate the help. Thanks,

    Best regards,

    Klaus!

  5. Log in to comment