[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] bd5ee6: Use the CPATH environment variable to search for h...

GitHub noreply at github.com
Wed Jan 25 21:21:38 GMT 2017


  Branch: refs/heads/feature-2.0
  Home:   https://github.com/FlexibleSUSY/FlexibleSUSY
  Commit: bd5ee688fd591cfbb9fcf2ca00b96d2d710d82f3
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bd5ee688fd591cfbb9fcf2ca00b96d2d710d82f3
  Author: JP-Ellis <josh at jpellis.me>
  Date:   2017-01-18 (Wed, 18 Jan 2017)

  Changed paths:
    M configure

  Log Message:
  -----------
  Use the CPATH environment variable to search for headers

The `$CPATH` and `$CPLUS_INCLUDE_PATH` are environment variables which can be
used to indicate additional locations for headers (for example, if they are
installed in `~/.local/include`).

The commit also changes looks the Eigen headers in the `eigen3` subdirectory of
all default include paths (so for example, it will search in
`~/.local/include/eigen3`).

Lastly, this commit should support paths with spaces.  It does this by changing
the default separator to `:` in for loops.  This is done by setting the `IFS`
variable, though care must be taken to unset it afterwards (both within the
loop, and after the loop in case the for-loop has no elements).

Signed-off-by: JP-Ellis <josh at jpellis.me>


  Commit: 20fe50353b3e958e4c70996b83185a3eee17edd9
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/20fe50353b3e958e4c70996b83185a3eee17edd9
  Author: Alexander Voigt <Expander at users.noreply.github.com>
  Date:   2017-01-17 (Tue, 17 Jan 2017)

  Changed paths:
    M configure

  Log Message:
  -----------
  Merge pull request #11 from JP-Ellis/development

Use the CPATH environment variable to search for headers
and handle whitespace in directory names correctly.


  Commit: a19d7d49536c974cb6238f6e55815763963dcf92
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a19d7d49536c974cb6238f6e55815763963dcf92
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2017-01-17 (Tue, 17 Jan 2017)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  update ChangeLog


  Commit: bc770ae7fd6e466e5e0c96f69d821ae7f77e2283
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bc770ae7fd6e466e5e0c96f69d821ae7f77e2283
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2017-01-20 (Fri, 20 Jan 2017)

  Changed paths:
    M model_files/CMSSMCPV/FlexibleSUSY.m.in
    M model_files/CMSSMCPV/LesHouches.in.CMSSMCPV

  Log Message:
  -----------
  Bugfix: Phase[Mu] must have magnitude 1

This is now ensured by using the phase angle as a real input.


  Commit: bd3e187c2166a23a6e29a7bd566b3b5a12507d02
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bd3e187c2166a23a6e29a7bd566b3b5a12507d02
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2017-01-20 (Fri, 20 Jan 2017)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  update ChangeLog


  Commit: 3ece91714d9dff88b35bce99932a2cf68ae8be8c
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3ece91714d9dff88b35bce99932a2cf68ae8be8c
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2017-01-20 (Fri, 20 Jan 2017)

  Changed paths:
    M src/sum.hpp
    M test/test_sum.cpp

  Log Message:
  -----------
  allow negative sum indices


  Commit: beb4683b48dc1240cee729fed7e638e7b766eb3c
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/beb4683b48dc1240cee729fed7e638e7b766eb3c
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2017-01-23 (Mon, 23 Jan 2017)

  Changed paths:
    M meta/WriteOut.m

  Log Message:
  -----------
  Bugfix: allow user to specify SLHA output block as string


  Commit: cb7916dcd332d37d97779be61c393d06b41311e8
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/cb7916dcd332d37d97779be61c393d06b41311e8
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2017-01-23 (Mon, 23 Jan 2017)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  update ChangeLog


  Commit: 91d9dc15811b82cb73666655de449ba07ce455d6
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/91d9dc15811b82cb73666655de449ba07ce455d6
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2017-01-25 (Wed, 25 Jan 2017)

  Changed paths:
    M ChangeLog
    M configure
    M meta/WriteOut.m

  Log Message:
  -----------
  Merge remote-tracking branch 'organization/development' into feature-2.0


Compare: https://github.com/FlexibleSUSY/FlexibleSUSY/compare/c65d59609d4f...91d9dc15811b


More information about the Flexiblesusy-commits mailing list