Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Feature: creation of relocatable tarballs from installed packages #1013

Closed
wants to merge 193 commits into from

Commits on Feb 17, 2016

  1. Configuration menu
    Copy the full SHA
    e67b7eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84de4be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c67751 View commit details
    Browse the repository at this point in the history
  4. remove debug printout

    hegner committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    c053647 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2016

  1. add version to tarball name

    hegner committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    d31ba16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ef4768 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2016

  1. Configuration menu
    Copy the full SHA
    90fcba0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from brettviren/features/binary-packages

    Add recursion and force-overwrite to create-tarball.
    hegner committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    95fe15a View commit details
    Browse the repository at this point in the history
  3. Fix dependency recursion.

    brettviren committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    860e5df View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from brettviren/features/binary-packages

    Fix dependency recursion.
    hegner committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    7719192 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2016

  1. Extend binary packaging features

     o Add lazy policy for install
     o Use Stage class for download
     o Add meta-data
     o Improve logging
    hegner committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    4498737 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7773ce View commit details
    Browse the repository at this point in the history

Commits on May 7, 2016

  1. Configuration menu
    Copy the full SHA
    4c8c82a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8324fcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3210dd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fb14db View commit details
    Browse the repository at this point in the history

Commits on May 8, 2016

  1. Configuration menu
    Copy the full SHA
    8446096 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80dbd10 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2016

  1. reduce verbosity

    hegner committed May 9, 2016
    Configuration menu
    Copy the full SHA
    6bad462 View commit details
    Browse the repository at this point in the history
  2. refine relocation

    hegner committed May 9, 2016
    Configuration menu
    Copy the full SHA
    bfa5f2c View commit details
    Browse the repository at this point in the history
  3. fix wrong ident

    hegner committed May 9, 2016
    Configuration menu
    Copy the full SHA
    5911b0b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2016

  1. Configuration menu
    Copy the full SHA
    779b8dc View commit details
    Browse the repository at this point in the history
  2. address flake8 checks

    hegner committed May 12, 2016
    Configuration menu
    Copy the full SHA
    1f9a01d View commit details
    Browse the repository at this point in the history
  3. quote pathnames in case there are spaces

    gartung authored and hegner committed May 12, 2016
    Configuration menu
    Copy the full SHA
    a476bd7 View commit details
    Browse the repository at this point in the history
  4. fix compression flag

    hegner committed May 12, 2016
    Configuration menu
    Copy the full SHA
    132993d View commit details
    Browse the repository at this point in the history
  5. making this work on OSX

    gartung authored and hegner committed May 12, 2016
    Configuration menu
    Copy the full SHA
    a506bf9 View commit details
    Browse the repository at this point in the history
  6. clean up mac relocation

    hegner committed May 12, 2016
    Configuration menu
    Copy the full SHA
    ebd7fe9 View commit details
    Browse the repository at this point in the history
  7. code cleanup

    hegner committed May 12, 2016
    Configuration menu
    Copy the full SHA
    4282850 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2016

  1. Configuration menu
    Copy the full SHA
    f9cd9a2 View commit details
    Browse the repository at this point in the history
  2. pep8

    hegner committed May 15, 2016
    Configuration menu
    Copy the full SHA
    66a812d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2016

  1. various fixes

    hegner committed May 17, 2016
    Configuration menu
    Copy the full SHA
    0607152 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3783c1 View commit details
    Browse the repository at this point in the history
  3. fixes

    gartung committed May 17, 2016
    Configuration menu
    Copy the full SHA
    5f85533 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2016

  1. fixes spack#967

    alalazo authored and tgamblin committed May 18, 2016
    Configuration menu
    Copy the full SHA
    6e1257e View commit details
    Browse the repository at this point in the history
  2. Version bump to 0.9.1

    - Bugfixes for spack find
    - 0.9.1 can read specs from current develop.
    tgamblin committed May 18, 2016
    Configuration menu
    Copy the full SHA
    164da8e View commit details
    Browse the repository at this point in the history
  3. using @rpath was a bust; switched replacing olddir with newdir; add o…

    …ption to Darwin ld to pad rpath entries as much as possible for long relocation paths:
    gartung committed May 18, 2016
    Configuration menu
    Copy the full SHA
    987c549 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. revert change to cc script

    gartung committed May 19, 2016
    Configuration menu
    Copy the full SHA
    b48047e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d3a7dc View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. fix incorrect change

    gartung committed May 23, 2016
    Configuration menu
    Copy the full SHA
    a285488 View commit details
    Browse the repository at this point in the history
  2. typo

    gartung committed May 23, 2016
    Configuration menu
    Copy the full SHA
    4033646 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2016

  1. Merge branch 'llnl-develop' into binary_packages

    Conflicts:
    	lib/spack/spack/cmd/install.py
    	lib/spack/spack/package.py
    	lib/spack/spack/test/__init__.py
    gartung committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    1602d70 View commit details
    Browse the repository at this point in the history
  2. fix typo from merge

    gartung committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    acaff17 View commit details
    Browse the repository at this point in the history
  3. fixup merge

    gartung committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    a8e2230 View commit details
    Browse the repository at this point in the history
  4. more merge fixups

    gartung committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    f2bd84e View commit details
    Browse the repository at this point in the history
  5. even more merge fixups

    gartung committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    f42ff74 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

  1. Configuration menu
    Copy the full SHA
    20953d7 View commit details
    Browse the repository at this point in the history
  2. do not fail if tarball exists

    gartung committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    b26f811 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c67e4a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c32777 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2016

  1. Merge remote-tracking branch 'origin/develop' into binary_packages

    Conflicts:
    	lib/spack/spack/test/__init__.py
    gartung committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    6f7bcd2 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2016

  1. Configuration menu
    Copy the full SHA
    7446f7c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2016

  1. Configuration menu
    Copy the full SHA
    436d734 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9bc73c View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. Configuration menu
    Copy the full SHA
    90bbdca View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2016

  1. Configuration menu
    Copy the full SHA
    9ce4863 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2016

  1. Configuration menu
    Copy the full SHA
    22b0e4b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2016

  1. Configuration menu
    Copy the full SHA
    4f8167b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2016

  1. Configuration menu
    Copy the full SHA
    1d73ce4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29e4233 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

  1. Configuration menu
    Copy the full SHA
    cb74a9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f2243a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cf9e76 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

  1. new opsnssl version

    gartung committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    dc5cf9f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2016

  1. Merge branch 'binary_packages' of github.com:gartung/spack into binar…

    …y_packages
    
    Conflicts:
    	lib/spack/spack/test/__init__.py
    gartung committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    772668e View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2016

  1. Configuration menu
    Copy the full SHA
    04dc337 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2016

  1. Configuration menu
    Copy the full SHA
    cfee296 View commit details
    Browse the repository at this point in the history
  2. add sqlite 3.12.2

    gartung committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    42a2553 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53b15b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. Configuration menu
    Copy the full SHA
    bf3b163 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. changes needed after merging

    gartung committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    bf7f1e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. missed

    gartung committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    8576e76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa01377 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Configuration menu
    Copy the full SHA
    6e99a79 View commit details
    Browse the repository at this point in the history
  2. this got removed in merge

    gartung committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    9eb6e1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7da99bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f47aa2 View commit details
    Browse the repository at this point in the history
  5. fix errors travis found

    gartung committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    b0206ba View commit details
    Browse the repository at this point in the history
  6. sigh

    gartung committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    47f5133 View commit details
    Browse the repository at this point in the history
  7. use upstream sqlite

    gartung committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    aa378db View commit details
    Browse the repository at this point in the history
  8. now avaliable in upstream

    gartung committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    e18fddd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1d475a7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ac68a2d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

  1. Configuration menu
    Copy the full SHA
    6000d15 View commit details
    Browse the repository at this point in the history
  2. more nit picking

    gartung committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    41722b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e15a3f0 View commit details
    Browse the repository at this point in the history
  4. more format fixes

    gartung committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    2245c00 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. Configuration menu
    Copy the full SHA
    95e8b91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d94d24 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. more test fixups

    gartung committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    a7c0408 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. Configuration menu
    Copy the full SHA
    d9fedc4 View commit details
    Browse the repository at this point in the history
  2. no spaces in docstring???

    gartung committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    9cd1543 View commit details
    Browse the repository at this point in the history
  3. no leading spaces???

    gartung committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    c881b54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9412ee1 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Configuration menu
    Copy the full SHA
    52a9e5d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Configuration menu
    Copy the full SHA
    b2019a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2017

  1. Configuration menu
    Copy the full SHA
    8830cfc View commit details
    Browse the repository at this point in the history

Commits on May 12, 2017

  1. Configuration menu
    Copy the full SHA
    9a4bccf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9552235 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1d05c0 View commit details
    Browse the repository at this point in the history
  4. autopep8

    gartung committed May 12, 2017
    Configuration menu
    Copy the full SHA
    1222851 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. fixes from testing

    gartung committed May 17, 2017
    Configuration menu
    Copy the full SHA
    bb117f6 View commit details
    Browse the repository at this point in the history
  2. add to description

    gartung committed May 17, 2017
    Configuration menu
    Copy the full SHA
    847ba89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2093e57 View commit details
    Browse the repository at this point in the history
  4. more fixes from testing

    gartung committed May 17, 2017
    Configuration menu
    Copy the full SHA
    eaff47b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Add generic variant to gmp for CXXFLAGS=-mtune=generic. This allows a…

    … build of gcc that is portable.
    gartung committed May 18, 2017
    Configuration menu
    Copy the full SHA
    3b74ac1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23265aa View commit details
    Browse the repository at this point in the history
  3. autopep8

    gartung committed May 18, 2017
    Configuration menu
    Copy the full SHA
    3148849 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a58895 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. Configuration menu
    Copy the full SHA
    01f3887 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b60f74d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. Configuration menu
    Copy the full SHA
    78e0eb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8e2d17 View commit details
    Browse the repository at this point in the history
  3. update binary_cache doc

    gartung committed May 23, 2017
    Configuration menu
    Copy the full SHA
    7d64020 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1961e68 View commit details
    Browse the repository at this point in the history
  5. remove outdated packaging.py

    gartung committed May 23, 2017
    Configuration menu
    Copy the full SHA
    99ed0cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    beb878d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f6c669 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a269f8 View commit details
    Browse the repository at this point in the history
  9. don't need symbolic links

    gartung committed May 23, 2017
    Configuration menu
    Copy the full SHA
    e06576f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    30aa688 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    52b614c View commit details
    Browse the repository at this point in the history
  12. autopep8

    gartung committed May 23, 2017
    Configuration menu
    Copy the full SHA
    589f119 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2109078 View commit details
    Browse the repository at this point in the history
  14. Make installtarball and createtarball a multi level command

    spack buildcache create
    spack buildcache install
    ala spack pgp
    gartung committed May 23, 2017
    Configuration menu
    Copy the full SHA
    80ccb59 View commit details
    Browse the repository at this point in the history
  15. autopep8

    gartung committed May 23, 2017
    Configuration menu
    Copy the full SHA
    4ef502d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2017

  1. Configuration menu
    Copy the full SHA
    0a41a51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d38571 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e60249b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2017

  1. flake8

    gartung committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    6190135 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    719a471 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. Configuration menu
    Copy the full SHA
    cf22340 View commit details
    Browse the repository at this point in the history
  2. don't add this for now

    gartung committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    ec856d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d3c062 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. Configuration menu
    Copy the full SHA
    7b87b44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3337724 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23d878a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12393eb View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. Add buildcache list subcommand. Install buildcaches based on listed s…

    …pecs not concretized spec.
    gartung committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    c184489 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'build_caches' of github.com:gartung/spack into build_ca…

    …ches
    
    Conflicts:
    	lib/spack/spack/binary_distribution.py
    gartung committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    d77e971 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04b0076 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff217da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3670141 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7fef8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc2b964 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38ec75a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2017

  1. Configuration menu
    Copy the full SHA
    c3f6efc View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. Configuration menu
    Copy the full SHA
    3bafaee View commit details
    Browse the repository at this point in the history
  2. turn off debug print

    gartung committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    780cf4c View commit details
    Browse the repository at this point in the history
  3. temp fix

    gartung committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    232a1fd View commit details
    Browse the repository at this point in the history
  4. skip buildcache of externals

    gartung committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    8b57f11 View commit details
    Browse the repository at this point in the history
  5. format spec when printing

    gartung committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    478a7cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9cfc344 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b0fa1f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. This changes the library ID of libgcc_s.1.dylib from an absolute path…

    … to @rpath/libgcc_s.1.dylib allowing it to be relocated
    gartung committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    45485c9 View commit details
    Browse the repository at this point in the history
  2. autopep8

    gartung committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    714c857 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72b8d3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90ce619 View commit details
    Browse the repository at this point in the history
  5. make this a variant

    gartung committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    a69f312 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'gcc-libgcc-rpath-resub' of github.com:gartung/spack int…

    …o gcc-libgcc-rpath-resub
    
    Conflicts:
    	var/spack/repos/builtin/packages/gcc/package.py
    gartung committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    d875e54 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9dd3b57 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dd25a40 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b7f5fd2 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. Add two python packages for editing mach-O headers. Much faster than …

    …calling otool and install_name_tool directly
    gartung committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    bc5e7c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb85cde View commit details
    Browse the repository at this point in the history
  3. autopep8

    gartung committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    4e3620f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cede86f View commit details
    Browse the repository at this point in the history
  5. autopep8

    gartung committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    29155a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bae8c04 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. remove perl ~ backup file

    gartung committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    72f1ab2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    968fd77 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. Configuration menu
    Copy the full SHA
    e5d32d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39a351c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe4eefe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0729d67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74afb10 View commit details
    Browse the repository at this point in the history
  6. autopep8

    gartung committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    f3b2c9d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2a66bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d77dd0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    431ae5f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    47485f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. pep8 fixes

    gartung committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    5f993d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    674d7b9 View commit details
    Browse the repository at this point in the history
  3. flake8 fixes

    gartung committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    b9ab9a3 View commit details
    Browse the repository at this point in the history
  4. move verify parsing

    gartung committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    ed301e8 View commit details
    Browse the repository at this point in the history
  5. fix order of arguments

    gartung committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    b6f1f4d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ac6d50 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a81550 View commit details
    Browse the repository at this point in the history
  8. Set gpg2 signing and verifying to True by default.

    Add gartung.key as trusted key.
    gartung committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    8a05baa View commit details
    Browse the repository at this point in the history
  9. Don't include gartung.key. The trusted keys should be copied into var…

    …/spack/gpg and spack gpg init to add them as trusted keys.:
    gartung committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    169afab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    685e458 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. Configuration menu
    Copy the full SHA
    fb46610 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. keep the spec file

    gartung committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    a610232 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. Configuration menu
    Copy the full SHA
    4316403 View commit details
    Browse the repository at this point in the history