weixin_39958100 2020-11-29 11:24
浏览 0

ibm-java: new package

This is a binary package of the IBM Java SDK for big and little-endian powerpc (power7, 8 and 9). The jdk and openjdk packages only install on x86_64.

该提问来源于开源项目:spack/spack

  • 写回答

5条回答 默认 最新

  • weixin_39958100 2020-11-29 11:24
    关注

    It's not patching an existing file. It's a new file, outside of the archive.

    When I was doing this manually to see how it works, sometimes running the archive file would overwrite the properties file with the new values you used for that run. That's what the directions tell you to do for a non-interactive install: run it interactively, let it create a properties file, then run it again with -f.

    Maybe I'm being overly cautious, but I wanted to make sure that it would work from a leftover directory. There's no problem with a clean install. But if there was a leftover file, I wanted to whack it with the right contents.

    It's only 3 lines. Normally, these would just be command-line arguments, but that's not how the archive works.

    I'll change the write to use with.

    评论

报告相同问题?