[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: changes to petsc-dev directories
- To: petsc-dev@xxxxxxxxxxx
- Subject: Re: changes to petsc-dev directories
- From: "Dmitry Karpeev" <karpeev@xxxxxxxxxxx>
- Date: Fri, 14 Dec 2007 19:37:38 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=9wiFrQsVYAtp6g35BOHLeZfZvKYEhXru1cwiFc5mgLU=; b=RAUJ39QCEfGByq6wXotcEcmGVHOPSR1+yzM2fe8lUAOVDr+ecq6HFZcYabhc7ERK2t4jBaiiOBb5hLucLmn/FAO3hgUrY+qEOv/hm60BCDvgHBLnZrQTY4hE7sPfuIMAH9vhQINlh6GvNzZRFOOofDoNLj6p9O+bOezzBfNleRo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=sVVradWmVIzJXEpvSn/j7gpSf4+wEdYaBlnFSlzlJvFb4PJKsRLKJds7ehOvS8xX8U9JVS97aoJA+1ZVegPrMrZrBhuTkXG9JuOPkBnlvccmTAycaOiSyhsY2GIkfUt7q2nNMAEJkEZPVt46lCMHWwLsxhgNZLf+TrYBXKTdkHg=
- In-reply-to: <alpine.LFD.0.9999.0712140954320.9927@www.wondir.com>
- References: <alpine.LFD.0.9999.0712140954320.9927@www.wondir.com>
- Reply-to: petsc-dev@xxxxxxxxxxx
- Sender: owner-petsc-dev@xxxxxxxxxxx
If maint/ is going into bin/maint/, I think config/ should also go to bin/config/
(I think someone already suggested it). The reason is that these are auxiliary scripts
used to configure and build PETSc. Their output -- the actual PETSc configuration --
goes into conf/ and ${PETSC_ARCH}/conf and everything makes sense.
Besides, there is no need to install bin/config/ and violate one standard or another,
since an installation implies a particular configuration, which is already in
conf/ etc.
Dmitry.
On 12/14/07, Satish Balay <balay@xxxxxxxxxxx> wrote:
Reforwarding e-mail blocked by majordomo [reason: ^config is special
command to majordomo]
Satish
---------- Forwarded message ----------
From: Barry Smith <bsmith@xxxxxxxxxxx
>
To: petsc-dev@xxxxxxxxxxx
Subject: changes to petsc-dev directories
Date: Sat, 8 Dec 2007 21:55:10 -0600
I have moved python/PETSc to config/PETSc and python/BuildSystem to
config/BuildSystem
in addition I have moved the maint directory to bin/maint and removed
conf/rules.basic.shared
After your next hg pull do:
mv python/BuildSystem config
rm -rf python
Any user makefiles and code should not need any changes
Barry