Skip to content

Commit

Permalink
Old tags
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang committed May 12, 2023
1 parent bfdca77 commit c8aba48
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions assemble_synApps
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ my $releasefile="default";
my %modules = ();
my %setmodule = ();

my $EPICS_BASE='/home/keenan/epics/base/base-7.0.7';
my $SUPPORT='master';
my $EPICS_BASE='/APSshare/epics/base-7.0.4.1';
my $SUPPORT='R6-2-1';

my $HAVE_HIDAPI='NO';
my $WITH_PVA='YES';
Expand Down Expand Up @@ -48,50 +48,50 @@ if ($HELP)

if ($releasefile eq "default")
{
$modules{'ALIVE'} = 'master';
$modules{'ALIVE'} = 'R1-3-1';
$modules{'ALLENBRADLEY'} = '2.3';
$modules{'AREA_DETECTOR'} = 'master';
$modules{'AREA_DETECTOR'} = 'R3-11';
$modules{'AREA_DETECTOR_SUBMODULES'} = ''; # Space-separated list of extra submodules to check out
$modules{'ASYN'} = 'master';
$modules{'AUTOSAVE'} = 'master';
$modules{'BUSY'} = 'master';
$modules{'CALC'} = 'master';
$modules{'CAMAC'} = 'master';
$modules{'CAPUTRECORDER'} = 'master';
$modules{'DAC128V'} = 'master';
$modules{'DELAYGEN'} = 'master';
$modules{'DXP'} = 'master';
$modules{'DXPSITORO'} = 'master';
$modules{'DEVIOCSTATS'} = 'master';
$modules{'ETHERIP'} = 'ether_ip-3-3';
$modules{'ASYN'} = 'R4-42';
$modules{'AUTOSAVE'} = 'R5-10-2';
$modules{'BUSY'} = 'R1-7-3';
$modules{'CALC'} = 'R3-7-4';
$modules{'CAMAC'} = 'R2-7-4';
$modules{'CAPUTRECORDER'} = 'R1-7-3';
$modules{'DAC128V'} = 'R2-10-1';
$modules{'DELAYGEN'} = 'R1-2-2';
$modules{'DXP'} = 'R6-0';
$modules{'DXPSITORO'} = 'R1-2';
$modules{'DEVIOCSTATS'} = '3.1.16';
$modules{'ETHERIP'} = 'ether_ip-3-2';
$modules{'GALIL'} = 'V3-6';
$modules{'IP'} = 'master';
$modules{'IPAC'} = 'master';
$modules{'IP330'} = 'master';
$modules{'IPUNIDIG'} = 'master';
$modules{'LOVE'} = 'master';
$modules{'LUA'} = 'master';
$modules{'MCA'} = 'master';
#$modules{'MEASCOMP'} = 'master';
$modules{'IP'} = 'R2-21-1';
$modules{'IPAC'} = '2.16';
$modules{'IP330'} = 'R2-10';
$modules{'IPUNIDIG'} = 'R2-12';
$modules{'LOVE'} = 'R3-2-8';
$modules{'LUA'} = 'R3-0-2';
$modules{'MCA'} = 'R7-9';
#$modules{'MEASCOMP'} = 'R2-5-1';
#$modules{'ULDAQ'} = '1.2.1';
$modules{'MODBUS'} = 'master';
$modules{'MOTOR'} = 'master';
$modules{'MODBUS'} = 'R3-2';
$modules{'MOTOR'} = 'R7-2-2';
#$modules{'OPCUA'} = 'v0.9.3';
#$modules{'UASDK'} = '/path/to/sdk';
$modules{'OPTICS'} = 'master';
$modules{'QUADEM'} = 'master';
$modules{'OPTICS'} = 'R2-13-5';
$modules{'QUADEM'} = 'R9-4';
$modules{'SNCSEQ'} = '2.2.9';
$modules{'SOFTGLUE'} = 'master';
$modules{'SOFTGLUEZYNQ'} = 'master';
$modules{'SSCAN'} = 'master';
$modules{'SCALER'} = 'master';
$modules{'STD'} = 'master';
$modules{'STREAM'} = '2.8.24';
$modules{'VAC'} = 'master';
$modules{'VME'} = 'master';
$modules{'YOKOGAWA_DAS'} = 'master';
$modules{'XSPRESS3'} = 'master';
$modules{'XXX'} = 'master';
$modules{'SOFTGLUE'} = 'R2-8-3';
$modules{'SOFTGLUEZYNQ'} = 'R2-0-4';
$modules{'SSCAN'} = 'R2-11-4';
$modules{'SCALER'} = '4.0';
$modules{'STD'} = 'R3-6-3';
$modules{'STREAM'} = '2.8.16';
$modules{'VAC'} = 'R1-9-1';
$modules{'VME'} = 'R2-9-4';
$modules{'YOKOGAWA_DAS'} = 'R2-0-1';
$modules{'XSPRESS3'} = '2-5';
$modules{'XXX'} = 'R6-2-1';
}
elsif (-e $releasefile)
{
Expand Down

0 comments on commit c8aba48

Please sign in to comment.