Bug #4403
closedaux directory prevents git checkout on Windows
0%
Description
programs/protomo2/python has a directory call aux.
It turns out that aux is a reserved work on Windows. See:
https://github.com/swcarpentry/DEPRECATED-bc/issues/463
Will need a different name.
This has high priority since a pyscope update is needed soon with some of my new changes. Thanks.
Updated by Anchi Cheng about 8 years ago
- Assignee changed from Alex Noble to Scott Stagg
- Affected Version changed from Appion/Leginon 3.2 to Appion/Leginon 3.3
Scott, I reassign this to you rather than Alex since you were the one committed proptomo2 code. From what I can tell, the name is only referenced in configure.sh and should be o.k. to change.
Updated by Alex Noble about 8 years ago
Hi Anchi,
I have never seen an aux directory in Appion, where is it?
As far as I know, Protomo doesn't make such a directory.
-Alex
Updated by Anchi Cheng about 8 years ago
It is in the Protomo2 source code Scott put in
myami/programs/protomo2/python
Updated by Anchi Cheng about 8 years ago
- Status changed from Assigned to In Test
I can not wait any more. Changed it myself from aux to auxillary and Windows git checkout was successful after that.
Scott, if you don't have time to test compilation, assign it back and I will ask others to test.